Click or drag to resize
DataQueryGetWhereSql Method (DictionaryString, String)
获取过滤规则 SQL 表达式

Namespace: X3Platform.Data
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public string GetWhereSql(
	Dictionary<string, string> operators
)

Parameters

operators
Type: System.Collections.GenericDictionaryString, String
关键字操作符

Return Value

Type: String

[Missing <returns> documentation for "M:X3Platform.Data.DataQuery.GetWhereSql(System.Collections.Generic.Dictionary{System.String,System.String})"]

See Also