Overload | Description |
---|---|
SetElseExpression(String) | Sets the column expression with the given alias as the ELSE clause of the current statement. |
SetElseExpression(Select) | Sets the column expression for the passed-in select subquery as the expression of the ELSE clause of the current operator. |
SetElseExpression(Query) | Sets the column expression for the passed-in arbitrary subquery as the ELSE clause of the current operator. |
SetElseExpression(QueryParameter) | Sets the column expression for the specified query parameter as the ELSE clause of the current operator. |
SetElseExpression(QueryColumnExpression) | Sets the specified column expression as the ELSE clause of the current operator. |
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