Click or drag to resize
IDataQueryTQueryFrom Method
Defines the source of the data (table, view or a nested query)

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
TQuery From(
	string source
)

Parameters

source
Type: SystemString
Source

Return Value

Type: TQuery
See Also