BCSTable ColumnsInfo Property Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
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: 1.4.0.0 (1.4.53.0)
Syntax

public Array ColumnsInfo { get; }
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