Click or drag to resize
SqlHelperGetNestedQuery Method
Gets a nested query using nested SELECT for further evaluation

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static string GetNestedQuery(
	string queryText,
	string tableName = "SubData"
)

Parameters

queryText
Type: SystemString
tableName (Optional)
Type: SystemString

Return Value

Type: String
See Also