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