Overload | Description |
---|---|
OpenBlock() | Adds a conditional block to the current condition. |
OpenBlock(String) | To the current condition, adds a conditional block for the column with the specified alias. |
OpenBlock(String,String) | To the current condition, adds the conditional block for the column with the specified alias from the specified source. |
OpenBlock(Select) | To the current condition, adds a conditional block for the results of the specified select subquery. |
OpenBlock(Query) | To the current condition, adds a conditional block for the results of the specified random subquery. |
OpenBlock(QueryParameter) | To the current condition, adds a conditional block for the specified query parameter. |
OpenBlock(QueryColumnExpression) | To the current condition, adds a conditional block for the value of the specified expression. |
OpenBlock(IQueryColumnExpressionConvertible) | To the current condition, adds a conditional block for the value of the specified 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