The following tables list the members exposed by QueryColumnExpressionCollection.
Name | Description | |
---|---|---|
QueryColumnExpressionCollection Constructor | Overloaded. |
Name | Description | |
---|---|---|
Add | Overloaded. | |
AddExpression | Adds the passed-in expression in the current collection of column expressions. | |
AddExpressionsRange | In the current collection of column expressions, adds the range of expressions from the specified enumerator. | |
AddRange | Overloaded. | |
Clone | Creates the clone of the current QueryColumnExpressionCollection instance. | |
ExistsByAlias | Determines whether the current collection of column expressions contains the expression with the specified alias. | |
FindByAlias | From the current collection of column expressions gets the expression with the specified alias. | |
GetByAlias | From the current collection of column expressions gets the expression with the specified alias. If the expression is not found in the collection, an exception is thrown. | |
GetUniqueAlias | For the specified alias of the column expression generates a unique alias with the specified maximum length. |