Click or drag to resize

EntityFields Constructor (Int32, IInheritanceInfoProvider, Dictionary<String, Int32>)

CTor

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public EntityFields(
	int amount,
	IInheritanceInfoProvider inheritanceInfoProviderToUse,
	Dictionary<string, int> entityFieldIndexes
)

Parameters

amount
Type: System.Int32
The initial amount of fields in this EntityFields collection
inheritanceInfoProviderToUse
Type: SD.LLBLGen.Pro.ORMSupportClasses.IInheritanceInfoProvider
Inheritance info provider to use.
entityFieldIndexes
Type: System.Collections.Generic.Dictionary<String, Int32>
The entity field indexes.
See Also