QueryConditionType - перечисление Смотри также Terrasoft.Core.DB - пространство имен : QueryConditionType - перечисление C#
Glossary Item Box
public enum QueryConditionType
Член | Описание |
---|---|
Between | The range of values. |
Blank | Empty condition. |
Block | Block. |
Contain | Contains the expression. |
EndWith | Ends with the expression. |
Equal | Equal to. |
Exist | Exists by the specified condition. |
Greater | Greater than. |
GreaterOrEqual | Greater than or equal to. |
In | Belongs to a set of values. |
IsNull | Is null in the database. |
Less | Less than. |
LessOrEqual | Less than or equal to. |
Like | String matches the pattern. |
NotEqual | Not equal to. |
StartWith | Starts with the expression. |
System.Object
System.ValueType
System.Enum
Terrasoft.Core.DB.QueryConditionType