The IQueryParameters type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| ApplyParametersTo | 
            Applies this where condition to the target object
              | |
| CloneObject | 
            Creates the clone of the object.
              (Inherited from IQueryObject.) | |
| EnsureParameters | 
            Ensures data parameters for the given query
              | |
| Expand | 
            Expands the expression by replacing parameters with their values
              | |
| IncludeDataParameters | 
            Adds the data parameters to the current query parameters
              | |
| ToString | 
            Returns the string representation of the expression, with possibility of expanding parameters
              | 
Properties
| Name | Description | |
|---|---|---|
| IsNested | 
            Indicates that this query is part of multi query
              (Inherited from IQueryObject.) | |
| Name | 
            Object name, empty by default
              (Inherited from IQueryObject.) | |
| Parameters | 
            Query data parameters
              | 
See Also