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.4.0.0 (5.4.0)
Syntax public virtual void Expand(
int numberOfNewCells
)
Public Overridable Sub Expand (
numberOfNewCells As Integer
)
Parameters
- numberOfNewCells
- Type: SystemInt32
number of cells to append to this fieldsobject
Remarks Use 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