| EntityFieldsCoreTFieldExpand Method  | 
 
            Expands this entity fields object by appending numberOfCells new cells to this object. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic virtual void Expand(
	int numberOfNewCells
)
Public Overridable Sub Expand ( 
	numberOfNewCells As Integer
)
Parameters
- numberOfNewCells
 - Type: SystemInt32
number of cells to append to this fieldsobject 
RemarksUse with care. Empty cells can cause the DQE's to produce undefined results. Use this routine to append fields to a
            Typed list in code for example. 
See Also