Click or drag to resize
SQLCondition Class
查询条件
Inheritance Hierarchy
SystemObject
  Appkit.DataSQLCustomObject
    Appkit.DataSQLCondition

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public class SQLCondition : SQLCustomObject

The SQLCondition type exposes the following members.

Methods
Properties
  NameDescription
Public propertyCondition
条件表达式 不包含 where 关键字
Public propertyId
条件的唯一标识符
Public propertyLogicSymbol
逻辑运算符
Public propertySubObjects
条件的比较项集合
Top
See Also