Click or drag to resize

IEntityFieldsCoreExpand 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.9.0.0 (5.9.0)
Syntax
void Expand(
	int numberOfNewCells
)

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