Click or drag to resize
DataQueryFromList Method
Creates a materialized DataQuery from the given list of IDs

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static DataQuery FromList(
	IEnumerable<int> ids
)

Parameters

ids
Type: System.Collections.GenericIEnumerableInt32
List of IDs

Return Value

Type: DataQuery
See Also