'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.