Overload | Description |
---|---|
Set(String,Select) | In the current query, adds the SET statement that assigns the expression for the passed-in select subquery to the column with the specified alias. |
Set(String,Query) | Adds a SET clause to the current query to assign an expression to a column with a specified alias for an arbitrary subquery. |
Set(String,QueryColumnExpression) | Adds a SET clause to the current query to assign to the column with the specified alias the passed column expression. |
Set(String,IQueryColumnExpressionConvertible) | Adds a SET clause to the current query to assign to the column with the specified alias the passed expression. |
Set(String,QueryParameter) | Adds a SET clause to the current query to assign an expression to the column with the specified alias for the passed parameter. |
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