Show / Hide Table of Contents

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

System.Object

FChoice.Common.Data.DataParameterCollection

Requirements

Namespace: FChoice.Common.Data

Platforms: Windows XP, Windows Server 2003 and 2008 family

Assembly: FChoice.Common (in C:\dovetail\dovetail-sdk\build\Release\FChoice.Common.dll)

Reference

DataParameterCollection Members
FChoice.Common.Data Namespace

Back to top © 2018 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.