IQuerySource MembersKentico 8.0 API Reference
The IQuerySource type exposes the following members.
Methods

  NameDescription
Public methodApplyParametersTo
Applies this where condition to the target object
(Inherited from IQueryParameters.)
Public methodCloneObject
Creates the clone of the object.
(Inherited from IQueryObject.)
Public methodEnsureParameters
Ensures data parameters for the given query
(Inherited from IQueryParameters.)
Public methodExpand
Expands the expression by replacing parameters with their values
(Inherited from IQueryParameters.)
Public methodIncludeDataParameters
Adds the data parameters to the current query parameters
(Inherited from IQueryParameters.)
Public methodToString
Returns the string representation of the expression, with possibility of expanding parameters
(Inherited from IQueryParameters.)
Back to Top
Properties

  NameDescription
Public propertyIsNested
Indicates that this query is part of multi query
(Inherited from IQueryObject.)
Public propertyName
Object name, empty by default
(Inherited from IQueryObject.)
Public propertyParameters
Query data parameters
(Inherited from IQueryParameters.)
Public propertySourceExpression
Source expression
Back to Top
See Also