QueryCondition - класс Члены Смотри также Terrasoft.Core.DB - пространство имен : QueryCondition - класс C#
Glossary Item Box
public class QueryCondition : System.Collections.ObjectModel.Collection<QueryCondition>
Тип QueryCondition предоставляет следующие члены.
Имя | Описание | |
---|---|---|
QueryCondition | Перегружен. |
Имя | Описание | |
---|---|---|
ConditionType | The type of the condition. | |
HasRightExpressions | Determines whether at least one expression exists in the right side of the condition. | |
IsNot | Determines whether to use the NOT operator before the condition. | |
LeftExpression | Expression of the left side of the condition. | |
LogicalOperation | The logical operator that associates the given condition with the prior query condition. | |
Name | The name of the condition. | |
ParentQuery | The query that contains the current condition. | |
RightExpressions | Collection of expressions of the right side of the condition. |
Имя | Описание | |
---|---|---|
And | Перегружен. | |
Clone | Creates the clone of the current QueryCondition instance. | |
ConsistsWith | Перегружен. | |
EndsWith | Перегружен. | |
Exists | Перегружен. | |
In | Перегружен. | |
IsBetween | Перегружен. | |
IsEqual | Перегружен. | |
IsGreater | Перегружен. | |
IsGreaterOrEqual | Перегружен. | |
IsLess | Перегружен. | |
IsLessOrEqual | Перегружен. | |
IsLike | Перегружен. | |
IsNotEqual | Перегружен. | |
IsNull | To the current condition, adds a check to determine whether the value of the condition expression is null . | |
Not | Adds a negation in the current condition. | |
OpenBlock | Перегружен. | |
StartsWith | Перегружен. | |
WrapBlock | Places the current condition in the block. |
System.Object
System.Collections.ObjectModel.Collection<T>
Terrasoft.Core.DB.QueryCondition