Click or drag to resize
AkQueryGetSQLCondition Method (String, String, String, String, 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(
	string typeName,
	string[] names,
	string[] symbols,
	string[] values,
	string logicSymbol,
	bool exact
)

Parameters

typeName
Type: SystemString
names
Type: SystemString
symbols
Type: SystemString
values
Type: SystemString
logicSymbol
Type: SystemString
exact
Type: SystemBoolean

Return Value

Type: String
See Also