Gets the total count of entities of type T found in the database.
Namespace: SimpleMode.SecureLicenseManager.DataAssembly: SimpleMode.SecureLicenseManager.Data (in SimpleMode.SecureLicenseManager.Data.dll) Version: 1.5.5120.0 (1.5.5120.0)
Syntax
Visual Basic |
---|
Function GetCount(Of T) As Integer |
Visual C++ |
---|
generic<typename T>
int GetCount() |
Type Parameters
- T
- The type of entities for which the entity count is queried.
Return Value
An integer count for the number of entities of type T that exist in the database.
See Also