Click or drag to resize
EntityFieldsCoreTFieldIEntityFieldsCoreExpand 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.3.0.0 (5.3.0)
Syntax
void IEntityFieldsCore.Expand(
	int numberOfNewCells
)

Parameters

numberOfNewCells
Type: SystemInt32
number of cells to append to this fieldsobject

Implements

IEntityFieldsCoreExpand(Int32)
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