Mimer SQL Data Provider
Add(MimerBatchCommand) Method




Mimer.Data.Client Namespace > MimerBatchCommandCollection Class > Add Method : Add(MimerBatchCommand) Method
The MimerBatchCommand object to add to the collection.
Adds an MimerBatchCommand object to the end of the MimerBatchCommandCollection.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal item As MimerBatchCommand _
) 
public void Add( 
   MimerBatchCommand item
)
public procedure Add( 
    item: MimerBatchCommand
); 
public function Add( 
   item : MimerBatchCommand
);
public: void Add( 
   MimerBatchCommand* item
) 

Parameters

item
The MimerBatchCommand object to add to the collection.
Requirements

.NET Framework
Version 4.6.2 or later

See Also

Reference

MimerBatchCommandCollection Class
MimerBatchCommandCollection Members
Overload List