DataParameterCollection Constructor(IDbDataParameter[])
An array of IDbDataParameter classes which will be used to initially populate the new collection.
Creates a new instance of DataParameterCollection using the default DbProvider and populated with an initial array of data parameters.
Syntax
'Declaration
Public Function New( _
ByVal _parameters_() As IDbDataParameter _
)
public DataParameterCollection(
IDbDataParameter\[\] _parameters_
)
Parameters
parameters
An array of IDbDataParameter classes which will be used to initially populate the new collection.
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
Overload List