Mimer SQL Data Provider
Insert(Int32,MimerBatchCommand) Method




Mimer.Data.Client Namespace > MimerBatchCommandCollection Class > Insert Method : Insert(Int32,MimerBatchCommand) Method
The index at which to insert the MimerBatchCommand object.
The MimerBatchCommand object to insert into the collection.
Inserts an item into the MimerBatchCommandCollection at the specified index.
Syntax
'Declaration
 
Public Overloads Sub Insert( _
   ByVal index As Integer, _
   ByVal item As MimerBatchCommand _
) 
public void Insert( 
   int index,
   MimerBatchCommand item
)
public procedure Insert( 
    index: Integer;
    item: MimerBatchCommand
); 
public function Insert( 
   index : int,
   item : MimerBatchCommand
);
public: void Insert( 
   int index,
   MimerBatchCommand* item
) 

Parameters

index
The index at which to insert the MimerBatchCommand object.
item
The MimerBatchCommand object to insert into the collection.
Requirements

.NET Framework
Version 4.6.2 or later

See Also

Reference

MimerBatchCommandCollection Class
MimerBatchCommandCollection Members
Overload List