[]
Initializes a new instance of the RuntimeColumn class.
public RuntimeColumn(string columnName, string columnOp = null, string alias = null)
Type | Name | Description |
---|---|---|
string | columnName | Name of the column. |
string | columnOp | Optional case-sensitive string that denotes a column operation. |
string | alias | Optional alias to use for the column name. |
Initializes a new instance of the RuntimeColumn class.
public RuntimeColumn(string[] columnNames, string columnOp = null, string alias = null)
Type | Name | Description |
---|---|---|
string[] | columnNames | An array of column names. |
string | columnOp | Optional case-sensitive string that denotes a column operation. |
string | alias | Optional alias to use for the column name. |
Initializes a new instance of the RuntimeColumn class.
public RuntimeColumn()