QueryDescription.Query 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 query to compose over the results.
Namespace: System.ServiceModel.DomainServices.Server
Assembly: System.ServiceModel.DomainServices.Server (in System.ServiceModel.DomainServices.Server.dll)
Syntax
'Declaration
Public ReadOnly Property Query As IQueryable
Get
'Usage
Dim instance As QueryDescription
Dim value As IQueryable
value = instance.Query
public IQueryable Query { get; }
public:
property IQueryable^ Query {
IQueryable^ get ();
}
member Query : IQueryable
function get Query () : IQueryable
Property Value
Type: System.Linq.IQueryable
The query to compose over the results.