Creates a materialized DataQuery from the given list of IDs
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public static DataQuery FromList(
IEnumerable<int> ids
)
Parameters
- ids
- Type: System.Collections.GenericIEnumerableInt32
List of IDs
Return Value
Type:
DataQuerySee Also