Click or drag to resize
DataQueryExpression Class
数据查询表达式
Inheritance Hierarchy

Namespace: X3Platform.Data
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
[SerializableAttribute]
public class DataQueryExpression : DataQueryParameter

The DataQueryExpression type exposes the following members.

Constructors
  NameDescription
Public methodDataQueryExpression
Initializes a new instance of the DataQueryExpression class
Public methodDataQueryExpression(String, String, String, String)
Initializes a new instance of the DataQueryExpression class
Top
Methods
Properties
  NameDescription
Public propertyKey
(Inherited from DataQueryParameter.)
Public propertyOperation
操作符
(Inherited from DataQueryParameter.)
Public propertyParent
父级表达式
Public propertyPrefix
值的类型
Public propertySubExpressionList
子表达式列表
Public propertyType
值的类型
(Inherited from DataQueryParameter.)
Public propertyValue
(Inherited from DataQueryParameter.)
Top
See Also