LoadOperation.EntityQuery 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 the System.ServiceModel.DomainServices.Client.EntityQuery for this load operation.
Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
Syntax
'Declaration
Public ReadOnly Property EntityQuery As EntityQuery
Get
'Usage
Dim instance As LoadOperation
Dim value As EntityQuery
value = instance.EntityQuery
public EntityQuery EntityQuery { get; }
public:
property EntityQuery^ EntityQuery {
EntityQuery^ get ();
}
member EntityQuery : EntityQuery
function get EntityQuery () : EntityQuery
Property Value
Type: System.ServiceModel.DomainServices.Client.EntityQuery
A System.ServiceModel.DomainServices.Client.EntityQuery for this load operation.