EntityFieldsCore<TField> Constructor (Int32, IInheritanceInfoProvider, Dictionary<String, 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)
Syntaxprotected EntityFieldsCore(
int amount,
IInheritanceInfoProvider inheritanceInfoProviderToUse,
Dictionary<string, int> entityFieldIndexes
)
Protected Sub New (
amount As Integer,
inheritanceInfoProviderToUse As IInheritanceInfoProvider,
entityFieldIndexes As Dictionary(Of String, Integer)
)
Parameters
- amount
- Type: System.Int32
The amount. - inheritanceInfoProviderToUse
- Type: SD.LLBLGen.Pro.ORMSupportClasses.IInheritanceInfoProvider
The inheritance info provider to use. - entityFieldIndexes
- Type: System.Collections.Generic.Dictionary<String, Int32>
The entity field indexes.
See Also