EntityFields.Expand 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.8.0.0 (5.8.21.0111)
Syntaxpublic override void Expand(
int numberOfNewCells
)
Public Overrides Sub Expand (
numberOfNewCells As Integer
)
Parameters
- numberOfNewCells
- Type: System.Int32
The number of new cells.
Implements
IEntityFieldsCore.Expand(Int32)
See Also