EntityFields Constructor (Int32, IInheritanceInfoProvider, DictionaryString, Int32) |
CTor
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public 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: SystemInt32
The initial amount of fields in this EntityFields collection - inheritanceInfoProviderToUse
- Type: SD.LLBLGen.Pro.ORMSupportClassesIInheritanceInfoProvider
Inheritance info provider to use. - entityFieldIndexes
- Type: System.Collections.GenericDictionaryString, Int32
The entity field indexes.
See Also