| AkQueryGetSQLCondition Method (AkType, ListString, ListString, ListString, String, Boolean) |
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic 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