EntityQueryTInlineCount Method Breeze.sharp
Returns a query with the 'inlineCount' capability either enabled or disabled. With 'InlineCount' enabled, an additional 'InlineCount' property will be returned with the query results that will contain the number of entities that would have been returned by this query with only the 'where'/'filter' clauses applied, i.e. without any 'skip'/'take' operators applied. For local queries this clause is ignored.

Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public EntityQuery<T> InlineCount()

Return Value

Type: EntityQueryT
See Also

Reference