Click or drag to resize
EntityFieldsCoreTField Constructor (Int32, IInheritanceInfoProvider, DictionaryString, Int32)

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected EntityFieldsCore(
	int amount,
	IInheritanceInfoProvider inheritanceInfoProviderToUse,
	Dictionary<string, int> entityFieldIndexes
)

Parameters

amount
Type: SystemInt32
The amount.
inheritanceInfoProviderToUse
Type: SD.LLBLGen.Pro.ORMSupportClassesIInheritanceInfoProvider
The inheritance info provider to use.
entityFieldIndexes
Type: System.Collections.GenericDictionaryString, Int32
The entity field indexes.
See Also