Returns the number of entities based on the supplied Query.

Namespace:  Mindscape.LightSpeed.Testing
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public override long Count(
	Query query
)
Visual Basic (Declaration)
Public Overrides Function Count ( _
	query As Query _
) As Long

Return Value

The number of entities.

Implements

IUnitOfWork..::.Count<(Of <(TEntity>)>)(Query)

See Also