Click or drag to resize

VolatileEntityFieldsDataContainer Constructor

Initializes a new instance of the VolatileEntityFieldsDataContainer class.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public VolatileEntityFieldsDataContainer(
	int amount,
	MultiValueHashtable<int, int> indicesOfLinkedFieldsPerFieldIndex
)

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