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.12.0.0 (5.12.0)
Syntaxprotected virtual void RemoveAt(
	int index
)
Protected Overridable Sub RemoveAt ( 
	index As Integer
)
Parameters
- index
 - Type: SystemInt32
The zero-based index of the item to remove. 
Exceptions| Exception | Condition | 
|---|
| ArgumentOutOfRangeException | index is not a valid index in the IList.  | 
| NotSupportedException | The IList is read-only.-or- The IList has a fixed size.  | 
See Also