IDataParameterCollection Interface
Assembly: System.Data (in system.data.dll)
'Declaration Public Interface IDataParameterCollection Inherits IList, ICollection, IEnumerable 'Usage Dim instance As IDataParameterCollection
public interface IDataParameterCollection extends IList, ICollection, IEnumerable
public interface IDataParameterCollection extends IList, ICollection, IEnumerable
Not applicable.
The IDataParameterCollection interface allows an inheriting class to implement a Parameter collection. For more information about Parameter classes, see Using Stored Procedures with a Command.
An application does not create an instance of the IDataParameterCollection interface directly, but creates an instance of a class that inherits IDataParameterCollection.
Classes that inherit IDataParameterCollection must implement the inherited members, and typically define additional members to add provider-specific functionality. For example, the IDataParameterCollection interface defines one implementation of the RemoveAt method. In turn, the OleDbParameterCollection class inherits this method, and defines two additional overloads of RemoveAt.
Notes to Implementers: When you inherit from the IDataParameterCollection interface, you should implement the following constructor.| Item | Description |
|---|---|
| PrvParameterCollection() | Creates an empty PrvParameterCollection class. |
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.