Click or drag to resize
QuerySource  Conversion (QuerySourceTable to QuerySource)
Implicit operator for conversion from source table to query source

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static implicit operator QuerySource (
	QuerySourceTable sourceTable
)

Parameters

sourceTable
Type: CMS.DataEngineQuerySourceTable
Source table

Return Value

Type: QuerySource
See Also