Gets the total count of entities of type T found in the database.

Namespace: SimpleMode.SecureLicenseManager.Data
Assembly: SimpleMode.SecureLicenseManager.Data (in SimpleMode.SecureLicenseManager.Data.dll) Version: 1.5.5120.0 (1.5.5120.0)

Syntax

C#
int GetCount<T>()
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