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