| AkQuerySQLMerge Method (Boolean, String) |
筛选表达式的合并。
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static string SQLMerge(
bool progressive,
params string[] conditions
)
Parameters
- progressive
- Type: SystemBoolean
是否为递进模式、true表示递进模式、false表示扩展模式。 - conditions
- Type: SystemString
筛选表达式的集合。
Return Value
Type:
String合并后的条表达式。
See Also