Query.AddCondition(String,String,LogicalOperation) - метод Смотри также Terrasoft.Core.DB - пространство имен > Query - класс > AddCondition - метод : AddCondition(String,String,LogicalOperation) - метод C#
- sourceAlias
- The alias of the source.
- sourceColumnAlias
- The alias of the column.
- logicalOperation
- The logical operation that is used to add the predicate.
Glossary Item Box
public QueryCondition AddCondition( string sourceAlias, string sourceColumnAlias, LogicalOperation logicalOperation )
Параметры
- sourceAlias
- The alias of the source.
- sourceColumnAlias
- The alias of the column.
- logicalOperation
- The logical operation that is used to add the predicate.
Тип возвращаемого значения
The QueryCondition instance that represents the result query condition.Исключение | Описание |
---|---|
Terrasoft.Common.UnsupportedTypeException | If the unspecified type of logical operation is passed as the logicalOperation parameter. |