Test the collection for a parameter item.
Namespace: Cartella.InterfacesAssembly: 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