| SQLCondition Class |
Namespace: Appkit.Data
public class SQLCondition : SQLCustomObject
The SQLCondition type exposes the following members.
| Name | Description | |
|---|---|---|
| AddCompare |
添加比较项
| |
| AddItem |
添加
| |
| AddProperty(String, String) |
添加
| |
| AddProperty(AkType, String) |
添加
| |
| AddSubCondition |
添加子条件
| |
| Clear |
清除
| |
| FindSubCondition |
按照唯一标识符查找子条件
| |
| Save |
保存
(Overrides SQLCustomObjectSave.) |
| Name | Description | |
|---|---|---|
| Condition |
条件表达式
不包含 where 关键字
| |
| Id |
条件的唯一标识符
| |
| LogicSymbol |
逻辑运算符
| |
| SubObjects |
条件的比较项集合
|