Click or drag to resize
AkQueryGetSQLCondition Method (AkType, ListString, ListString, ListString, String, Boolean)

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static string GetSQLCondition(
	AkType type,
	List<string> names,
	List<string> symbols,
	List<string> vals,
	string logicSymbol,
	bool exact
)

Parameters

type
Type: Appkit.DataAkType
names
Type: System.Collections.GenericListString
symbols
Type: System.Collections.GenericListString
vals
Type: System.Collections.GenericListString
logicSymbol
Type: SystemString
exact
Type: SystemBoolean

Return Value

Type: String
See Also