StaticEntityFieldsDataContainerExpand Method |
Expands this container, if it's a local copy, with the specified number of extra slots (using append)
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 void Expand(
int numberOfExtraSlots
)
Public Sub Expand (
numberOfExtraSlots As Integer
)
Parameters
- numberOfExtraSlots
- Type: SystemInt32
The number of extra slots.
Exceptions See Also