Name | Description | |
---|---|---|
ColumnOpCustomBase Constructor |
The following tables list the members exposed by ColumnOpCustomBase.
Name | Description | |
---|---|---|
ColumnOpCustomBase Constructor |
Name | Description | |
---|---|---|
Alias | For columns of linked tables in a join query, gets the alias of the column if it is different from the name. Otherwise, empty. (Inherited from C1.DataEngine.Column) | |
Name | Gets the name of the column. (Inherited from C1.DataEngine.Column) | |
Table | Gets the table to which the column belongs. (Inherited from C1.DataEngine.Column) | |
Type | Gets the type of data stored in the column. (Inherited from C1.DataEngine.Column) |
Name | Description | |
---|---|---|
As | Used for columns of linked tables in a join query to specify an alias, if needed. (Inherited from C1.DataEngine.Column) | |
Bw | Comparison operation BeginsWith for a string column. (Inherited from C1.DataEngine.Column) | |
Cnt | Comparison operation Contains for a string column. (Inherited from C1.DataEngine.Column) | |
Eq | Comparison operation Equals. (Inherited from C1.DataEngine.Column) | |
Equals | (Inherited from C1.DataEngine.Column) | |
Ew | Comparison operation EndsWith for a string column. (Inherited from C1.DataEngine.Column) | |
GetHashCode | (Inherited from C1.DataEngine.Column) | |
Gt | Comparison operation GreaterThan. (Inherited from C1.DataEngine.Column) | |
Gte | Comparison operation GreaterThanOrEqual. (Inherited from C1.DataEngine.Column) | |
Lt | Comparison operation LessThan. (Inherited from C1.DataEngine.Column) | |
Lte | Comparison operation LessThanOrEqual. (Inherited from C1.DataEngine.Column) | |
Mtd | Comparison operation MonthToDate for a DateTime column. (Inherited from C1.DataEngine.Column) | |
Nc | Comparison operation DoesNotContain for a string column. (Inherited from C1.DataEngine.Column) | |
Ne | Comparison operation NotEqual. (Inherited from C1.DataEngine.Column) | |
Qtd | Comparison operation QuarterToDate for a DateTime column. (Inherited from C1.DataEngine.Column) | |
Wtd | Comparison operation WeekToDate for a DateTime column. (Inherited from C1.DataEngine.Column) | |
Ytd | Comparison operation YearToDate for a DateTime column. (Inherited from C1.DataEngine.Column) |