EntityQuery.IncludeTotalCount Property
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Gets or sets a value indicating whether the TotalEntityCount property is required.
Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
Syntax
'Declaration
Public Property IncludeTotalCount As Boolean
Get
Set
'Usage
Dim instance As EntityQuery
Dim value As Boolean
value = instance.IncludeTotalCount
instance.IncludeTotalCount = value
public bool IncludeTotalCount { get; set; }
public:
property bool IncludeTotalCount {
bool get ();
void set (bool value);
}
member IncludeTotalCount : bool with get, set
function get IncludeTotalCount () : boolean
function set IncludeTotalCount (value : boolean)
Property Value
Type: System.Boolean
true if the TotalEntityCount property is required; otherwise, false.