Mimer SQL Data Provider
IndexOf(DbBatchCommand) Method




Mimer.Data.Client Namespace > MimerBatchCommandCollection Class > IndexOf Method : IndexOf(DbBatchCommand) Method
The object to locate in the collection.
Returns the index of the specified System.Data.Common.DbBatchCommand object.
Syntax
'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.
Requirements

.NET Framework
Version 4.6.2 or later

See Also

Reference

MimerBatchCommandCollection Class
MimerBatchCommandCollection Members
Overload List