Click or drag to resize

EntityViewBaseTEntityRemoveAt Method

Removes the item at the specified index in this view from the related collection

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
protected virtual void RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
The zero-based index of the item to remove.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is not a valid index in the IList.
NotSupportedExceptionThe IList is read-only.-or- The IList has a fixed size.
See Also