QueryCondition.OpenBlock - метод Смотри также Terrasoft.Core.DB - пространство имен > QueryCondition - класс : OpenBlock - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
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. |