EntityQuery.IsComposable-Eigenschaft
Ruft einen Wert ab, der angibt, ob die Abfrage Komposition unterstützt.
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.IsComposable
Syntax
'Declaration
Public ReadOnly Property IsComposable As Boolean
public bool IsComposable { get; }
public:
property bool IsComposable {
bool get ();
}
/** @property */
public boolean get_IsComposable ()
public function get IsComposable () : boolean
Eigenschaftswert
true, wenn die Abfrage Komposition unterstützt, andernfalls false.
Hinweise
Sie können zusätzliche Filter nur dann auf eine Abfrage anwenden, wenn die IsComposable-Eigenschaft true ist.
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