EntityFields Constructor (IEntityFieldCore, IInheritanceInfoProvider, DictionaryString, Int32) |
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic EntityFields(
IEntityFieldCore[] sourceFields,
IInheritanceInfoProvider inheritanceProviderToUse,
Dictionary<string, int> entityFieldIndexes
)
Public Sub New (
sourceFields As IEntityFieldCore(),
inheritanceProviderToUse As IInheritanceInfoProvider,
entityFieldIndexes As Dictionary(Of String, Integer)
)
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