Click or drag to resize
GeneratorUtilsGetLinqChunkInfosForTypedList Method
Gets the linq chunk infos for the typed list specified. This list of chunks is then usable to produce Linq queries (one intermediate query per chunk info)

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static List<TypedListLinqQueryChunkInfo> GetLinqChunkInfosForTypedList(
	TypedListDefinition typedList
)

Parameters

typedList
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedListsTypedListDefinition
The typed list.

Return Value

Type: ListTypedListLinqQueryChunkInfo
list of chunk infos for the typed list specified, or an empty list if the typedlist doesn't contain relationships
See Also