IQueryParameters Interface |
Namespace: CMS.DataEngine
public interface IQueryParameters : IQueryObject
The IQueryParameters type exposes the following members.
Name | Description | |
---|---|---|
![]() | Name |
Object name, empty by default
(Inherited from IQueryObject.) |
![]() | Parameters |
Query data parameters
(Inherited from IQueryObject.) |
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
|
![]() | Changed |
Marks the object as changed
(Inherited from IQueryObject.) |
![]() | IncludeDataParameters |
Adds the data parameters to the current query parameters
(Inherited from IQueryObject.) |
![]() | ToString |
Returns the string representation of the expression, with possibility of expanding parameters
|