Mimer SQL Data Provider
Remove(DbBatchCommand) Method




Mimer.Data.Client Namespace > MimerBatchCommandCollection Class > Remove Method : Remove(DbBatchCommand) Method
The object to remove from the ICollection
Removes the specified System.Data.Common.DbBatchCommand object from the collection.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Function Remove( _
   ByVal item As DbBatchCommand _
) As Boolean
public override bool Remove( 
   DbBatchCommand item
)
public function Remove( 
    item: DbBatchCommand
): Boolean; override; 
public override function Remove( 
   item : DbBatchCommand
) : boolean;
public: bool Remove( 
   DbBatchCommand* item
) override 

Parameters

item
The object to remove from the ICollection

Return Value

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

.NET Framework
Version 4.6.2 or later

See Also

Reference

MimerBatchCommandCollection Class
MimerBatchCommandCollection Members
Overload List