Click or drag to resize

StaticEntityFieldsDataContainerExpand Method

Expands this container, if it's a local copy, with the specified number of extra slots (using append)

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
public void Expand(
	int numberOfExtraSlots
)

Parameters

numberOfExtraSlots
Type: SystemInt32
The number of extra slots.
Exceptions
ExceptionCondition
InvalidOperationExceptionThis StaticEntityFieldDataContainer is not a local copy. Can't be altered.
See Also