Click or drag to resize
BCSTableColumnsInfo Property
Gets a 2D array that specifies the columns in the table.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public Array ColumnsInfo { get; }

Property Value

Type: Array
Remarks

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