RowNumberColumn Class |
Namespace: CMS.DataEngine
public class RowNumberColumn : SelectQueryColumnBase<RowNumberColumn>
The RowNumberColumn type exposes the following members.
Name | Description | |
---|---|---|
RowNumberColumn |
Default constructor
| |
RowNumberColumn(String) |
Constructor
| |
RowNumberColumn(String, IQueryColumn) |
Constructor
| |
RowNumberColumn(String, String) |
Constructor
|
Name | Description | |
---|---|---|
mParameters |
Query data parameters
(Inherited from QueryParametersBaseTParent.) |
Name | Description | |
---|---|---|
ColumnAlias |
Column alias
(Inherited from SelectQueryColumnBaseTColumn.) | |
EnsureBracketsForAlias |
If true, brackets for the column alias are ensured
(Inherited from SelectQueryColumnBaseTColumn.) | |
Expression |
Expression (column name)
(Inherited from QueryColumnBaseTColumn.) | |
IsImmutable |
If true, this object instance is immutable, and next subsequent modification starts with a clone of the object.
(Inherited from QueryParametersBaseTParent.) | |
IsSingleColumn |
Returns true if this column represents a single column
(Overrides QueryColumnBaseTColumnIsSingleColumn.) | |
Name |
Gets the column name
(Inherited from SelectQueryColumnBaseTColumn.) | |
OrderBy |
OrderBy expression for the row number
| |
Parameters |
Query data parameters
(Inherited from QueryParametersBaseTParent.) | |
PartitionBy |
If set, the row order gets partitioned by specific column(s)
| |
TypedThis |
Returns specifically typed current instance
(Inherited from QueryColumnBaseTColumn.) |
Name | Description | |
---|---|---|
ApplyParametersTo |
Applies this where condition to the target object
(Inherited from QueryParametersBaseTParent.) | |
As |
Sets the alias to the column
(Inherited from SelectQueryColumnBaseTColumn.) | |
AsAlias |
Returns the new column created from this column alias
(Inherited from QueryColumnBaseTColumn.) | |
AsValue |
Gets a query expression representing this object as a value
(Inherited from QueryColumnBaseTColumn.) | |
CallOnDispose |
Adds the given action to the list of actions called when the handler object is disposed
(Inherited from DisposableObject.) | |
Changed |
Marks the object as changed
(Inherited from AbstractQueryObject.) | |
Clone |
Creates the clone of the object.
(Inherited from QueryParametersBaseTParent.) | |
CloneObject |
Creates the clone of the object.
(Inherited from QueryParametersBaseTParent.) | |
CopyPropertiesTo |
Copies all the object properties to the given target class
(Inherited from QueryParametersBaseTParent.) | |
Dispose |
Make sure the objects get disposed
(Inherited from DisposableObject.) | |
EnsureParameters |
Ensures data parameters for the given query
(Inherited from QueryParametersBaseTParent.) | |
Expand |
Expands the expression by replacing parameters with their values
(Inherited from QueryParametersBaseTParent.) | |
GetExpression |
Gets the expression for the column data
(Inherited from SelectQueryColumnBaseTColumn.) | |
GetTypedQuery |
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.) | |
GetValueExpression |
Gets the expression for the column data
(Overrides SelectQueryColumnBaseTColumnGetValueExpression.) | |
Immutable |
Makes this object instance is immutable, and next subsequent modification starts with a clone of the object.
(Inherited from QueryParametersBaseTParent.) | |
IncludeDataParameters |
Adds the data parameters to the current query parameters
(Inherited from QueryParametersBaseTParent.) | |
Lock |
Locks the event on the given lock object. The context stays locked until the handler is disposed.
(Inherited from DisposableObject.) | |
Reset |
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.) | |
Snapshot |
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.) | |
ToString |
Returns the string representation of the expression
(Inherited from QueryParametersBaseTParent.) | |
ToString(Boolean) |
Returns the string representation of the expression, with possibility of expanding parameters
(Inherited from QueryColumnBaseTColumn.) | |
Using |
Adds the given object to the list of the allocated objects to dispose
(Inherited from DisposableObject.) | |
WithExpression |
Sets the expression
(Inherited from QueryColumnBaseTColumn.) |