Click or drag to resize
EntityFieldsExpand Method
Expands the specified number of new cells.

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public override void Expand(
	int numberOfNewCells
)

Parameters

numberOfNewCells
Type: SystemInt32
The number of new cells.

Implements

IEntityFieldsCoreExpand(Int32)
See Also