EntityFieldsCore<TField>.IEntityFieldsCore.Expand 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.5.0.0 (5.5.18.1019)
Syntaxvoid IEntityFieldsCore.Expand(
int numberOfNewCells
)
Private Sub Expand (
numberOfNewCells As Integer
) Implements IEntityFieldsCore.Expand
Parameters
- numberOfNewCells
- Type: System.Int32
number of cells to append to this fieldsobject
Implements
IEntityFieldsCore.Expand(Int32)
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