DataQueryBaseTQueryAsMaterializedList Method |
Makes a materialized list from the given query
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public virtual 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:
IDataQueryImplements
IDataQueryAsMaterializedList(String, Boolean)See Also