MemoryBufferTableColumnCount Property |
Gets the column count.
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic int ColumnCount { get; }
Public ReadOnly Property ColumnCount As Integer
Get
public:
virtual property int ColumnCount {
int get () sealed;
}
abstract ColumnCount : int with get
override ColumnCount : int with get
Property Value
Type:
Int32
The column count.
Implements
IBufferTableColumnCount
See Also