| SqlHelperGetSelectQuery Method | 
            Gets the general select query
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
 Syntax
Syntaxpublic 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
See Also