Overload | Description |
---|---|
QueryColumnExpression Constructor() | Initializes a new QueryColumnExpression instance. |
QueryColumnExpression Constructor(String) | Initializes a new QueryColumnExpression instance for the column with the specified alias. |
QueryColumnExpression Constructor(String,String) | Initializes a new QueryColumnExpression instance for the column with the specified alias from the specified source. |
QueryColumnExpression Constructor(QueryParameter) | Initializes a new QueryColumnExpression instance for the specified query parameter. |
QueryColumnExpression Constructor(Select) | Initializes a new QueryColumnExpression instance for the passed-in select subquery. |
QueryColumnExpression Constructor(Select,String) | Initializes a new QueryColumnExpression instance for the passed-in select subquery with specified alias. |
QueryColumnExpression Constructor(Query) | Initializes a new QueryColumnExpression instance for the passed-in random subquery. |
QueryColumnExpression Constructor(Query,String) | Initializes a new QueryColumnExpression instance for the passed-in random subquery with the specified alias. |
QueryColumnExpression Constructor(QueryCase) | Initializes a new QueryColumnExpression instance for the specified Case statement. |
QueryColumnExpression Constructor(QueryCase,String) | Initializes a new QueryColumnExpression instance for the specified Case statement with the specified alias. |
QueryColumnExpression Constructor(QueryFunction) | Initializes a new QueryColumnExpression instance for the specified expression function. |
QueryColumnExpression Constructor(QueryFunction,String) | Initializes a new QueryColumnExpression instance for the specified expression function with the specified alias. |
QueryColumnExpression Constructor(ArithmeticOperation,QueryColumnExpression,QueryColumnExpression) | Initializes a new QueryColumnExpression instance for the arithmetic operation with the specified operands. |
QueryColumnExpression Constructor(ArithmeticOperation,QueryColumnExpression,QueryColumnExpression,String) | Initializes a new QueryColumnExpression instance for the arithmetic operation with the specified operands and alias. |
QueryColumnExpression Constructor(QueryColumnExpression) | Initializes a new QueryColumnExpression instance that is a clone of the passed-in column expression. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2