Firebird ADO.NET Provider SDK Documentation - v1.7

FbParameterCollection.Contains Method (Object)

Indicates whether a FbParameter exists in the collection.

[Visual Basic]
NotOverridable Overloads Public Function Contains( _
   ByVal value As Object _
) As Boolean _
    Implements IList.Contains
[C#]
public bool Contains(
   object value
);

Parameters

value
A FbParameter object.

Return Value

True if the collection contains the FbParameter object; otherwise, false.

Implements

IList.Contains

See Also

FbParameterCollection Class | FirebirdSql.Data.Firebird Namespace | FbParameterCollection.Contains Overload List