QuerySourceTable Conversion (String to QuerySourceTable) |
Implicit conversion from the given expression (as table name) to query source table
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static implicit operator QuerySourceTable (
string sourceExpression
)
Parameters
- sourceExpression
- Type: SystemString
Source expression
Return Value
Type:
QuerySourceTableSee Also