Click or drag to resize

GeneratorUtils.GetLinqChunkInfosForTypedList 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.8.0.0 (5.8.21.0208)
Syntax
public static List<TypedListLinqQueryChunkInfo> GetLinqChunkInfosForTypedList(
	TypedListDefinition typedList
)

Parameters

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

Return Value

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