Click or drag to resize
SqlHelperGetSelectQuery Method
Gets the general select query

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static string GetSelectQuery(
	string source,
	string where = null
)

Parameters

source
Type: SystemString
Query source
where (Optional)
Type: SystemString
Where condition

Return Value

Type: String
See Also