DataQueryGetWhereSql Method (DictionaryString, String) |
获取过滤规则 SQL 表达式
Namespace: X3Platform.DataAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic string GetWhereSql(
Dictionary<string, string> operators
)
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