Click or drag to resize
EntityFieldsCoreTField Constructor (IEntityFieldCore, 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(
	IEntityFieldCore[] sourceFields,
	IInheritanceInfoProvider inheritanceProviderToUse,
	Dictionary<string, int> entityFieldIndexes
)

Parameters

sourceFields
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The source fields.
inheritanceProviderToUse
Type: SD.LLBLGen.Pro.ORMSupportClassesIInheritanceInfoProvider
The inheritance provider to use.
entityFieldIndexes
Type: System.Collections.GenericDictionaryString, Int32
The entity field indexes.
Remarks
Used by entity factories to create hierarchy fields objects, for query construction
See Also