[]
Represents a column in a C1DataEngine query.
[DataContract]
public class RuntimeColumn
Name | Description |
---|---|
RuntimeColumn() | Initializes a new instance of the RuntimeColumn class. |
RuntimeColumn(string, string, string) | Initializes a new instance of the RuntimeColumn class. |
RuntimeColumn(string[], string, string) | Initializes a new instance of the RuntimeColumn class. |
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. |
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. |