SqlHelperAppendQuery Method |
Combines the given queries with the operator
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static string AppendQuery(
string query,
string append,
string op
)
Parameters
- query
- Type: SystemString
Original query - append
- Type: SystemString
Query to append - op
- Type: SystemString
Operator between queries
Return Value
Type:
StringSee Also