Firebird ADO.NET Provider SDK Documentation - v1.7

FbParameterCollection.Contains Method (String)

Indicates whether a FbParameter exists in the collection.

[Visual Basic]
NotOverridable Overloads Public Function Contains( _
   ByVal parameterName As String _
) As Boolean _
    Implements IDataParameterCollection.Contains
[C#]
public bool Contains(
   string parameterName
);

Parameters

parameterName
The name of the parameter to retrieve.

Return Value

True if the collection contains the parameter; otherwise, false.

Implements

IDataParameterCollection.Contains

See Also

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