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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public 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 values are selected

Return Value

Type: IDataQuery

Implements

IDataQueryAsMaterializedList(String, Boolean)
See Also