Mindscape LightSpeed - User Reference & API Documentation
Count Method (query)
API Reference
►
Mindscape.LightSpeed
►
IUnitOfWork
►
Count(Query)
C#
Visual Basic
Returns the number of entities in the repository that satisfy the provided query specification.
Declaration Syntax
C#
Visual Basic
long
Count
(
Query
query
)
Function
Count
( _
query
As
Query
_ )
As
Long
Parameters
query
(
Query
)
The query
Return Value
The number of entities in the repository that satisfy the provided query specification.
Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)