QuerySourceTable Constructor |
Constructor
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public QuerySourceTable(
string sourceExpression,
string sourceAlias = null,
params string[] hints
)
Parameters
- sourceExpression
- Type: SystemString
Source expression - sourceAlias (Optional)
- Type: SystemString
Source alias - hints
- Type: SystemString
Hints
See Also