QuerySourceBase<TSource>.GetSourceExpression Method |
Gets the source expression represented as string
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntaxpublic string GetSourceExpression(
QueryDataParameters parameters,
bool expand = false
)
Parameters
- parameters
- Type: CMS.DataEngine.QueryDataParameters
Query parameters. If provided, the column parameters are included into the parameters and column expression is altered accordingly - expand (Optional)
- Type: System.Boolean
If true, the result expression is expanded with parameters
Return Value
Type:
String
See Also