Freigeben über


EntityQuery.IncludeTotalCount-Eigenschaft

Ruft einen Wert ab, der angibt, ob die TotalEntityCount-Eigenschaft erforderlich ist, oder legt den Wert fest.

Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in system.servicemodel.domainservices.client.dll)

Verwendung

'Usage
Dim instance As EntityQuery
Dim value As Boolean

value = instance.IncludeTotalCount

instance.IncludeTotalCount = value

Syntax

'Declaration
Public Property IncludeTotalCount As Boolean
public bool IncludeTotalCount { get; set; }
public:
property bool IncludeTotalCount {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_IncludeTotalCount ()

/** @property */
public void set_IncludeTotalCount (boolean value)
public function get IncludeTotalCount () : boolean

public function set IncludeTotalCount (value : boolean)

Eigenschaftswert

true, wenn die TotalEntityCount-Eigenschaft erforderlich ist, andernfalls false.

Threadsicherheit

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht sichergestellt.

Plattformen

Entwicklungsplattformen

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008 und Windows 2000

Zielplattformen

Siehe auch

Verweis

EntityQuery-Klasse
EntityQuery-Member
System.ServiceModel.DomainServices.Client-Namespace