'Declaration
Public Overloads Overrides NotOverridable Function IndexOf( _ ByVal item As DbBatchCommand _ ) As Integer
public override int IndexOf( DbBatchCommand item )
public function IndexOf( item: DbBatchCommand ): Integer; override;
public override function IndexOf( item : DbBatchCommand ) : int;
public: int IndexOf( DbBatchCommand* item ) override
Parameters
- item
- The object to locate in the collection.
Return Value
The index of the specified System.Data.Common.DbBatchCommand object.