Mimer SQL Data Provider
Contains(MimerBatchCommand) Method




Mimer.Data.Client Namespace > MimerBatchCommandCollection Class > Contains Method : Contains(MimerBatchCommand) Method
The MimerBatchCommand object to locate in the MimerBatchCommandCollection.
Determines whether a MimerBatchCommand is in the MimerBatchCommandCollection.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal item As MimerBatchCommand _
) As Boolean
public bool Contains( 
   MimerBatchCommand item
)
public function Contains( 
    item: MimerBatchCommand
): Boolean; 
public function Contains( 
   item : MimerBatchCommand
) : boolean;
public: bool Contains( 
   MimerBatchCommand* item
) 

Parameters

item
The MimerBatchCommand object to locate in the MimerBatchCommandCollection.

Return Value

true if item is found in the collection; otherwise, false.
Requirements

.NET Framework
Version 4.6.2 or later

See Also

Reference

MimerBatchCommandCollection Class
MimerBatchCommandCollection Members
Overload List