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

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