Overload | Description |
---|---|
Column(String) | In the collection of column expressions of the current query, adds an expression for the column with the specified alias. |
Column(String,String) | In the collection of column expressions of the current query, adds an expression for the column with the specified alias from the specified source. |
Column(Select) | In the collection of column expressions of the current query, adds an expression for the passed-in select subquery. |
Column(Query) | In the collection of column expressions of the current query, adds an expression for the passed-in random subquery. |
Column(QueryCase) | In the collection of column expressions of the current query, adds an expression for the passed-in Case operator. |
Column(QueryParameter) | In the current collection of column expressions, adds the expressions for the passed-in query parameter. |
Column(QueryColumnExpression) | Adds the passed-in column expression in the current collection of column expressions. |
Column(IQueryColumnExpressionConvertible) | Adds the passed-in expression in the current collection of column expressions. |
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