Show / Hide Table of Contents

DataParameterCollection Class Members

The following tables list the members exposed by DataParameterCollection.

Public Constructors

  Name Description
Public Constructor DataParameterCollection Constructor Overloaded.   

Public Properties

  Name Description
Public Property Count Retrieves the number of parameters actually contained in the DataParameterCollection.  
Public Property IsFixedSize Retrieves a value indicating whether or not this collection has a fixed size.  
Public Property IsReadOnly Retrieves a value indicating whether this collection is read-only.  
Public Property IsSynchronized Retrieves a value indicating whether access to the DataParameterCollection is synchronized (thread-safe).  
Public Property Item Overloaded. Gets or sets the IDbDataParameter associated with the specific name in the collection.  
Public Property Parameters Retrieves a collection of the IDbDataParameter objects in this collection.  
Public Property SyncRoot Gets an object that can be used to synchronize access to this instance of the DataParameterCollection.  

Public Methods

  Name Description
Public Method Add Overloaded. Adds a parameter to this collection for use as a bind variable in the SQL statement.  
Public Method Clear Removes all parameters from this collection.  
Public Method Clone Creates a new collection using the same parameters.  
Public Method Contains Determines whether or not this collection contains the specified parameter.  
Public Method CopyTo Overloaded. Copies the parameters in this collection to the specified collection.  
Public Method DeepClone Performs a deep clone of the entire collection and clones (not just a reference copy) each individual parameter  
Public Method GetEnumerator Returns an enumerator for the entire collection  
Public Method IndexOf Returns the index at which this object exists in the collection.  
Public Method Insert Inserts the parameter at the specified index in the collection.  
Public Method Remove Overloaded. Removes a parameter with the specified name from the collection.  
Public Method RemoveAt Removes the parameter at the specified index from the collection.  

Reference

DataParameterCollection Class
FChoice.Common.Data Namespace

Back to top © 2022 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.