Miado - Much-improved ADO.Net
Determines whether parameter list contains a DbParameter with the given name.

Namespace:  Miado
Assembly:  Miado (in Miado.dll) Version: 0.8.10214.0 (0.8.10214.0)

Syntax

C#
public bool Contains(
	string name
)
Visual Basic (Declaration)
Public Function Contains ( _
	name As String _
) As Boolean
Visual C++
public:
virtual bool Contains(
	String^ name
) sealed

Parameters

name
Type: System..::.String
The parameter name.

Return Value

true if the parameter list has a parameter with the given name; otherwise, false.

Implements

IDbParameterList..::.Contains(String)

See Also