Test the collection for a parameter item.

Namespace: Cartella.Interfaces
Assembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool Contains(
	DbParameter item
)
Visual Basic
Function Contains ( _
	item As DbParameter _
) As Boolean
Visual C++
bool Contains(
	DbParameter^ item
)

Parameters

item
Type: System.Data.Common..::..DbParameter
DbParameter to check for in the collection

Field Value

Boolean true if the parameter is found, false otherwise.

Return Value

True if parameter exists

See Also