Parameters Property (DataParameterCollection)
Retrieves a collection of the IDbDataParameter objects in this collection.
Syntax
'Declaration
Public ReadOnly Property Parameters As ICollection
public ICollection Parameters {get;}
Property Value
A collection of the IDbDataParameter objects in this collection.
Remarks
This property retrieves a collection of just the parameters, not the names.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
DataParameterCollection Class
DataParameterCollection Members