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.2.0.0 (5.2.17.0403)
Syntaxpublic EntityFields(
int amount,
IInheritanceInfoProvider inheritanceInfoProviderToUse,
Dictionary<string, int> entityFieldIndexes
)
Public Sub New (
amount As Integer,
inheritanceInfoProviderToUse As IInheritanceInfoProvider,
entityFieldIndexes As Dictionary(Of String, Integer)
)
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