VolatileEntityFieldsDataContainer Constructor |
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 VolatileEntityFieldsDataContainer(
int amount,
MultiValueHashtable<int, int> indicesOfLinkedFieldsPerFieldIndex
)
Public Sub New (
amount As Integer,
indicesOfLinkedFieldsPerFieldIndex As MultiValueHashtable(Of Integer, Integer)
)
Parameters
- amount
- Type: SystemInt32
The amount of slots to allocate space for. This is the number of fields tracked by this object. - indicesOfLinkedFieldsPerFieldIndex
- Type: SD.LLBLGen.Pro.ORMSupportClassesMultiValueHashtableInt32, Int32
Index of the indices of linked fields per field.
See Also