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.9.0.0 (5.9.0)
Syntaxpublic void Expand(
	int numberOfExtraSlots
)
Public Sub Expand ( 
	numberOfExtraSlots As Integer
)
Parameters
- numberOfExtraSlots
 - Type: SystemInt32
The number of extra slots. 
Exceptions
See Also