QueryDescription Constructor
Include Protected Members
Include Inherited Members
[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.]
Initializes a new instance of the QueryDescription class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
QueryDescription(DomainOperationEntry) | Initializes a new instance of the QueryDescription class with the specified DomainOperationEntry. | |
QueryDescription(DomainOperationEntry, Object[]) | Initializes a new instance of the QueryDescription class with the specified DomainOperationEntry and parameter values. | |
QueryDescription(DomainOperationEntry, array<Object[], Boolean, IQueryable) | Initializes a new instance of the QueryDescription class with the specified DomainOperationEntry, parameter values, flag indicating whether to evaluate and include the total entity count in the result, and optional query. |
Top