SqlHelperGetSelectQuery Method |
Gets the general select query
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static string GetSelectQuery(
string source,
string where = null
)
Parameters
- source
- Type: SystemString
Query source - where (Optional)
- Type: SystemString
Where condition
Return Value
Type:
StringSee Also