Click or drag to resize
IDataQueryAsMaterializedList Method
Makes a materialized list from the given query

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
IDataQuery AsMaterializedList(
	string columnName = null,
	bool distinct = false
)

Parameters

columnName (Optional)
Type: SystemString
Column name to output
distinct (Optional)
Type: SystemBoolean
If true, only distinct IDs are selected

Return Value

Type: IDataQuery
See Also