Gets the total number of rows for the original query without any paging applied to it.

Namespace:  C1.Data
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public int TotalItemCount { get; }
Visual Basic
Public ReadOnly Property TotalItemCount As Integer
	Get

See Also