BCSTableColumnsInfo Property |
Gets a 2D array that specifies the columns in the table.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public Array ColumnsInfo { get; }
Public ReadOnly Property ColumnsInfo As Array
Get
public:
property Array^ ColumnsInfo {
Array^ get ();
}
member ColumnsInfo : Array with get
Property Value
Type:
ArrayRemarks
For each column, a row is added to the result.
In each row, Name, Type, Size, and Attributes are returned.
This data can be found at the column index defined in SColumnInfo.
More info:
ADO API Reference: http://msdn.microsoft.com/en-us/library/ms678086(VS.85).aspx
See Also