An NDoc Documented Class Library

Storage.colnames Method 

Method: colnames

[Visual Basic]
Private Function colnames( _ 
   ByVal c As Long _ 
) As String
[C#]
private string colnames(
   long c
);
[C++]
private: String* colnames(
   __int64 c
);
[JScript]
private function colnames(
   long c
): String;

Parameters

c
Current tenor integer ID

Return Value

String

Remarks

Create column names

See Also

Storage Class | CommodityStorage.Storage Namespace