QuerySource Constructor (String) |
Constructor
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax public QuerySource(
string sourceExpression
)
Parameters
- sourceExpression
- Type: SystemString
Source expression. Can be table name, view name, or more complex SQL expression.
See Also