Mimer SQL Data Provider
Add(DbBatchCommand) Method




Mimer.Data.Client Namespace > MimerBatchCommandCollection Class > Add Method : Add(DbBatchCommand) Method
The object to add to the collection.
Adds the specified System.Data.Common.DbBatchCommand object to the ICollection.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Sub Add( _
   ByVal item As DbBatchCommand _
) 
public override void Add( 
   DbBatchCommand item
)
public procedure Add( 
    item: DbBatchCommand
); override; 
public override function Add( 
   item : DbBatchCommand
);
public: void Add( 
   DbBatchCommand* item
) override 

Parameters

item
The object to add to the collection.
Requirements

.NET Framework
Version 4.6.2 or later

See Also

Reference

MimerBatchCommandCollection Class
MimerBatchCommandCollection Members
Overload List