[]
Gets the total number of items in the collection.
public static int GetTotalCount<T>(this IDataCollection<T> dataCollection) where T : class?
Public Shared Function GetTotalCount(Of T As Class)(dataCollection As IDataCollection(Of T)) As Integer
| Type | Name | Description |
|---|---|---|
| IDataCollection<T> | dataCollection | The data collection. |
| Type | Description |
|---|---|
| int |
| Name | Description |
|---|---|
| T |