SqlHelperGetNestedQuery Method |
Gets a nested query using nested SELECT for further evaluation
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static string GetNestedQuery(
string queryText,
string tableName = "SubData"
)
Parameters
- queryText
- Type: SystemString
- tableName (Optional)
- Type: SystemString
Return Value
Type:
StringSee Also