QueryOperand Constructors
Represents a query operand.| Name | Parameters | Description |
|---|---|---|
| QueryOperand() | none | Initializes a new instance of the QueryOperand class with default settings. |
| QueryOperand(DBColumn, String) | column, nodeAlias | Initializes a new instance of the QueryOperand class with the specified column and alias name. |
| QueryOperand(String, String, DBColumnType) | columnName, nodeAlias, columnType | Initializes a new instance of the QueryOperand class with the specified settings. |
| QueryOperand(String, String) | columnName, nodeAlias | Initializes a new instance of the QueryOperand class with the specified column name and alias name. |
See Also