Click or drag to resize
DataQuery Class
数据查询参数对象
Inheritance Hierarchy
SystemObject
  X3Platform.DataDataQuery

Namespace: X3Platform.Data
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public class DataQuery : ISerializedObject

The DataQuery type exposes the following members.

Constructors
  NameDescription
Public methodDataQuery
Initializes a new instance of the DataQuery class
Top
Methods
Properties
  NameDescription
Public propertyFields
字段列表
Public propertyLength
查询记录最大函数限制 (默认值:200)
Public propertyOrders
排序规则
Public propertyTable
数据表名称
Public propertyVariables
查询上下文环境变量集合
Public propertyWhere
过滤规则
Top
See Also