Click or drag to resize
QuerySourceBaseTSourceTranslateSource Method
Translates the source to the final query expression

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected virtual void TranslateSource(
	QuerySourceTable source
)

Parameters

source
Type: CMS.DataEngineQuerySourceTable
Source table
See Also