Mimer SQL Data Provider
Contains(DbBatchCommand) Method




Mimer.Data.Client Namespace > MimerBatchCommandCollection Class > Contains Method : Contains(DbBatchCommand) Method
The object to locate in the ICollection.
Indicates whether a System.Data.Common.DbBatchCommand is contained in the collection.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Function Contains( _
   ByVal item As DbBatchCommand _
) As Boolean
public override bool Contains( 
   DbBatchCommand item
)
public function Contains( 
    item: DbBatchCommand
): Boolean; override; 
public override function Contains( 
   item : DbBatchCommand
) : boolean;
public: bool Contains( 
   DbBatchCommand* item
) override 

Parameters

item
The object to locate in the ICollection.

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