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