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.6.0.0 (5.6.19.0117)
Syntax public override void Expand(
int numberOfNewCells
)
Public Overrides Sub Expand (
numberOfNewCells As Integer
)
Parameters
- numberOfNewCells
- Type: SystemInt32
The number of new cells.
Implements
IEntityFieldsCoreExpand(Int32)See Also