Mimer SQL Data Provider
Insert(Int32,DbBatchCommand) Method




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

Parameters

index
The index at which to insert the System.Data.Common.DbBatchCommand object.
item
The object to insert into the collection.
Requirements

.NET Framework
Version 4.6.2 or later

See Also

Reference

MimerBatchCommandCollection Class
MimerBatchCommandCollection Members
Overload List