Mindscape LightSpeed - User Reference & API Documentation
Count Method (query)
API ReferenceMindscape.LightSpeedRepositoryCount(Query)
Returns the number of entities in the repository based on the supplied Query.
Declaration Syntax
C#Visual Basic
public static long Count(
	Query query
)
Public Shared Function Count ( _
	query As Query _
) As Long
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)