Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

QueryConditionType - перечисление Смотри также  Terrasoft.Core.DB - пространство имен : QueryConditionType - перечисление C#

Glossary Item Box

The type of the query condition.

Синтаксис

public enum QueryConditionType

Члены

ЧленОписание
BetweenThe range of values.
BlankEmpty condition.
BlockBlock.
ContainContains the expression.
EndWithEnds with the expression.
EqualEqual to.
ExistExists by the specified condition.
GreaterGreater than.
GreaterOrEqualGreater than or equal to.
InBelongs to a set of values.
IsNullIs null in the database.
LessLess than.
LessOrEqualLess than or equal to.
LikeString matches the pattern.
NotEqualNot equal to.
StartWithStarts with the expression.

Иерархия наследования

System.Object
   System.ValueType
      System.Enum
         Terrasoft.Core.DB.QueryConditionType

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?