Click or drag to resize
QuerySourceImplicit 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: 12.0.0
Syntax
C#
public static implicit operator QuerySource (
	QuerySourceTable sourceTable
)

Parameters

sourceTable
Type: CMS.DataEngine.QuerySourceTable
Source table

Return Value

Type: QuerySource
See Also