Click or drag to resize
SqlHelperAppendQuery Method
Combines the given queries with the operator

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
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: String
See Also