Mindscape LightSpeed - User Reference & API Documentation
Count<(Of <(TEntity>)>) Method
API ReferenceMindscape.LightSpeedRepositoryCount<(Of <(TEntity>)>)()()()
Returns the number of entities of a specified Type.
Declaration Syntax
C#Visual Basic
public static long Count<TEntity>() where TEntity : Entity
Public Shared Function Count(Of TEntity As Entity) As Long
Generic Template Parameters
TEntity
The entity type
Return Value
The number of entities in the repository.

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)