Share via


EntityQuery.IsComposable 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 a value indicating if the query supports composition.

Namespace:  System.ServiceModel.DomainServices.Client
Assembly:  System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)

Syntax

'Declaration
Public ReadOnly Property IsComposable As Boolean
    Get
'Usage
Dim instance As EntityQuery
Dim value As Boolean

value = instance.IsComposable
public bool IsComposable { get; }
public:
property bool IsComposable {
    bool get ();
}
member IsComposable : bool
function get IsComposable () : boolean

Property Value

Type: System.Boolean
true if the query supports composition; otherwise, false.

Remarks

You can apply additional filtering on a query only when the IsComposable property is true.

See Also

Reference

EntityQuery Class

System.ServiceModel.DomainServices.Client Namespace