DataParameterCollection Class
Contains a collection of IDbDataParameter objects for use in a database query.
Syntax
'Declaration
<DefaultMemberAttribute("Item")>
Public Class DataParameterCollection
[DefaultMemberAttribute("Item")]
public class DataParameterCollection
Remarks
Note that the parameters are keyed in the dictionary by their natural name, but the IDataParameter.ParameterName will contain the database-specific name. For example, a parameter's natural name (i.e. "name") will actually be "@name" in the IDataParameter if the data provider is Microsoft SQL Server, or ":name" for Oracle.
This allows implementors to not have to worry about the differences in parameter passing of the underlying database and refer to parameters by their natural, unaltered names.
Inheritance Hierarchy
[FChoice.Common.Data.DataParameterCollection**
Requirements
Namespace: FChoice.Common.Data
Platforms: Windows 2000, Windows XP, Windows Server family
Assembly: FChoice.Common (in C:\dovetail\dovetail-sdk\build\Release\FChoice.Common.dll)
Reference
DataParameterCollection Members FChoice.Common.Data Namespace FChoice.Common.Data.DataParameterCollection
Requirements
Namespace: FChoice.Common.Data
Platforms: Windows 2000, Windows XP, Windows Server family
Assembly: FChoice.Common (in C:\dovetail\dovetail-sdk\build\Release\FChoice.Common.dll)
Reference
DataParameterCollection Members FChoice.Common.Data Namespace