IBufferTableColumnCount Property |
Gets the column count.
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
SyntaxReadOnly Property ColumnCount As Integer
Get
property int ColumnCount {
int get ();
}
abstract ColumnCount : int with get
Property Value
Type:
Int32
The column count.
See Also