CqlParameterCollectionRemoveAt Method (Int32) | 
 
            Removes the DbParameter object at the specified from the collection.
            
 
    Namespace: 
   Dse.Data
    Assembly:
   Dse (in Dse.dll) Version: 2.6.0
Syntaxpublic override void RemoveAt(
	int index
)
Parameters
- index
 - Type: SystemInt32
            The index where the DbParameter object is located.
             
Implements
IListRemoveAt(Int32)
See Also