Overload List

  NameDescription
Count<(Of <(TEntity>)>)()()()
Returns the number of entities of a specified Type.
Count(Query)
Returns the number of entities based on the supplied Query.
Count<(Of <(TEntity>)>)(Query)
Returns the number of entities of a specified type based on the supplied Type and Query.

See Also