RuntimeColumn Class Members
In This Topic
The following tables list the members exposed by RuntimeColumn.
Public Constructors
Public Properties
| Name | Description |
| alias |
Optional alias to use for the column name.
|
| names |
An array of column names (one name for unary operations, two names for binary operations).
|
| op |
Case-sensitive string that denotes a column operation.
|
Top
Public Methods
| Name | Description |
| requiresParent |
Returns a value that indicates whether the column uses a DateTime operator or other construct that requires derivation from a parent query.
|
Top
See Also