Mimer SQL Data Provider
RemoveAt Method (MimerBatchCommandCollection)




Mimer.Data.Client Namespace > MimerBatchCommandCollection Class : RemoveAt Method
The index where the MimerBatchCommand object is located.
Removes the MimerBatchCommand object at the specified index from the collection.
Syntax
'Declaration
 
Public Overrides NotOverridable Sub RemoveAt( _
   ByVal index As Integer _
) 
public override void RemoveAt( 
   int index
)
public procedure RemoveAt( 
    index: Integer
); override; 
public override function RemoveAt( 
   index : int
);
public: void RemoveAt( 
   int index
) override 

Parameters

index
The index where the MimerBatchCommand object is located.
Requirements

.NET Framework
Version 4.6.2 or later

See Also

Reference

MimerBatchCommandCollection Class
MimerBatchCommandCollection Members