StaticEntityFieldsDataContainer.Expand 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.12.0.0 (5.12.0)
Syntaxpublic void Expand(
int numberOfExtraSlots
)
Public Sub Expand (
numberOfExtraSlots As Integer
)
Parameters
- numberOfExtraSlots
- Type: System.Int32
The number of extra slots.
ExceptionsException | Condition |
---|
InvalidOperationException | This StaticEntityFieldDataContainer is not a local copy. Can't be altered. |
See Also