public int GetCount( QueryFilter queryFilter )
Public Overloads Function GetCount( _ ByVal queryFilter As QueryFilter _ ) As Integer
Parameters
- queryFilter
- Used to filter the count of how many rows are currently in this Table. If set to null, all the number of rows will be returned.
Return Value
The number of rows in this table.