Click or drag to resize
QuerySourceBaseTSource Class
Defines base class for the query source
Inheritance Hierarchy
SystemObject
  CMS.BaseDisposableObject
    CMS.DataEngineAbstractQueryObject
      CMS.DataEngineQueryParametersBaseTSource
        CMS.DataEngineQuerySourceBaseTSource
          CMS.DataEngineObjectSourceBaseTSource
          CMS.DataEngineQuerySource

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public class QuerySourceBase<TSource> : QueryParametersBase<TSource>, 
	IQuerySource, IQueryParameters, IQueryObject
where TSource : new(), QuerySourceBase<TSource>

Type Parameters

TSource

The QuerySourceBaseTSource type exposes the following members.

Constructors
Fields
Properties
Methods
  NameDescription
Public methodApplyParametersTo
Applies this where condition to the target object
(Inherited from QueryParametersBaseTParent.)
Public methodCallOnDispose
Adds the given action to the list of actions called when the handler object is disposed
(Inherited from DisposableObject.)
Public methodClone
Creates the clone of the object.
(Inherited from QueryParametersBaseTParent.)
Public methodCloneObject
Creates the clone of the object.
(Inherited from QueryParametersBaseTParent.)
Public methodCopyPropertiesTo
Copies all the object properties to the given target class
(Inherited from QueryParametersBaseTParent.)
Public methodDispose
Make sure the objects get disposed
(Inherited from DisposableObject.)
Public methodEnsureParameters
Ensures data parameters for the given query
(Inherited from QueryParametersBaseTParent.)
Public methodExpand
Expands the expression by replacing parameters with their values
(Inherited from QueryParametersBaseTParent.)
Public methodGetSourceExpression
Gets the source expression represented as string
Public methodGetTypedQuery
Returns specifically typed instance of current Query object to allow user to compose Query in fluent syntax. If current Query is immutable then its clone is returned.
(Inherited from QueryParametersBaseTParent.)
Public methodChanged
Marks the object as changed
(Inherited from AbstractQueryObject.)
Public methodImmutable
Makes this object instance is immutable, and next subsequent modification starts with a clone of the object.
(Inherited from QueryParametersBaseTParent.)
Public methodIncludeDataParameters
Adds the data parameters to the current query parameters
(Inherited from QueryParametersBaseTParent.)
Public methodInnerJoin(QuerySourceTable, IWhereCondition)
Joins the given source with another
Public methodInnerJoin(QuerySourceTable, String)
Joins the given source with another
Public methodInnerJoin(QuerySourceTable, String, String)
Joins the given source with another
Public methodInnerJoinTObject(String, String, IWhereCondition)
Joins the given source with another
Public methodJoin(QuerySourceTable, IWhereCondition, JoinTypeEnum)
Joins the given source with another
Public methodJoin(QuerySourceTable, String, JoinTypeEnum)
Joins the given source with another
Public methodJoin(QuerySourceTable, String, String, IWhereCondition, JoinTypeEnum)
Joins the given source with another
Public methodJoinTObject(String, String, JoinTypeEnum, IWhereCondition)
Joins the given source with another
Public methodLeftJoin(String, IWhereCondition)
Joins the given source with another
Public methodLeftJoin(String, String)
Joins the given source with another
Public methodLeftJoin(QuerySourceTable, String, String, IWhereCondition)
Joins the given source with another
Public methodLeftJoinTObject(String, String, IWhereCondition)
Joins the given source with another
Public methodLock
Locks the event on the given lock object. The context stays locked until the handler is disposed.
(Inherited from DisposableObject.)
Public methodReset
Flushes the results but leaves the generated query text unchanged. After the reset, query can be executed again to obtain new data.
(Inherited from AbstractQueryObject.)
Public methodRightJoin(QuerySourceTable, IWhereCondition)
Joins the given source with another
Public methodRightJoin(QuerySourceTable, String)
Joins the given source with another
Public methodRightJoin(QuerySourceTable, String, String, IWhereCondition)
Joins the given source with another
Public methodRightJoinTObject(String, String, IWhereCondition)
Joins the given source with another
Public methodSnapshot
Creates an immutable snapshot of the current query as a base for further evaluation. Doesn't modify the original query in any way.
(Inherited from QueryParametersBaseTParent.)
Public methodToString
Returns the string representation of the expression
(Inherited from QueryParametersBaseTParent.)
Public methodToString(Boolean)
Returns the string representation of the expression, with possibility of expanding parameters
(Overrides QueryParametersBaseTParentToString(Boolean).)
Protected methodTranslateSource
Translates the source to the final query expression
Public methodUsing
Adds the given object to the list of the allocated objects to dispose
(Inherited from DisposableObject.)
Top
Operators
See Also