IDataQueryAsMaterializedList Method |
Makes a materialized list from the given query
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax 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:
IDataQuerySee Also