Mimer SQL Data Provider
Remove(MimerBatchCommand) Method




Mimer.Data.Client Namespace > MimerBatchCommandCollection Class > Remove Method : Remove(MimerBatchCommand) Method
The MimerBatchCommand object to remove from the collection.
Removes the first occurence of a specific MimerBatchCommand object from the MimerBatchCommandCollection.
Syntax
'Declaration
 
Public Overloads Function Remove( _
   ByVal item As MimerBatchCommand _
) As Boolean
public bool Remove( 
   MimerBatchCommand item
)
public function Remove( 
    item: MimerBatchCommand
): Boolean; 
public function Remove( 
   item : MimerBatchCommand
) : boolean;
public: bool Remove( 
   MimerBatchCommand* item
) 

Parameters

item
The MimerBatchCommand object to remove from the collection.

Return Value

Returns true if item was successfully removed. Returns false if item could not be removed or was not found
Requirements

.NET Framework
Version 4.6.2 or later

See Also

Reference

MimerBatchCommandCollection Class
MimerBatchCommandCollection Members
Overload List