Click or drag to resize
AkQuerySQLMerge Method (Boolean, String)
筛选表达式的合并。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static string SQLMerge(
	bool progressive,
	params string[] conditions
)

Parameters

progressive
Type: SystemBoolean
是否为递进模式、true表示递进模式、false表示扩展模式。
conditions
Type: SystemString
筛选表达式的集合。

Return Value

Type: String
合并后的条表达式。
See Also