| EntityFieldsExpand Method  | 
 
            Expands the specified number of new cells.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic override void Expand(
	int numberOfNewCells
)
Public Overrides Sub Expand ( 
	numberOfNewCells As Integer
)
Parameters
- numberOfNewCells
 - Type: SystemInt32
The number of new cells. 
Implements
IEntityFieldsCoreExpand(Int32)
See Also