Mimer SQL Data Provider
IndexOf(MimerBatchCommand) Method




Mimer.Data.Client Namespace > MimerBatchCommandCollection Class > IndexOf Method : IndexOf(MimerBatchCommand) Method
The MimerBatchCommand object to locate in the collection.
Searches for the specified MimerBatchCommand within the MimerBatchCommandCollection and returns the zero-based index of the first occurence within the entire MimerBatchCommandCollection.
Syntax
'Declaration
 
Public Overloads Function IndexOf( _
   ByVal item As MimerBatchCommand _
) As Integer
public int IndexOf( 
   MimerBatchCommand item
)
public function IndexOf( 
    item: MimerBatchCommand
): Integer; 
public function IndexOf( 
   item : MimerBatchCommand
) : int;
public: int IndexOf( 
   MimerBatchCommand* item
) 

Parameters

item
The MimerBatchCommand object to locate in the collection.

Return Value

The index of the specified MimerBatchCommand object.
Requirements

.NET Framework
Version 4.6.2 or later

See Also

Reference

MimerBatchCommandCollection Class
MimerBatchCommandCollection Members
Overload List