FCFL.NET Common Library - API Reference
DataParameterCollection Class Members
Properties  Methods 

The following tables list the members exposed by DataParameterCollection.

Public Constructors
 NameDescription
Public ConstructorDataParameterCollection ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyCountRetrieves the number of parameters actually contained in the DataParameterCollection.  
Public PropertyIsFixedSizeRetrieves a value indicating whether or not this collection has a fixed size.  
Public PropertyIsReadOnlyRetrieves a value indicating whether this collection is read-only.  
Public PropertyIsSynchronizedRetrieves a value indicating whether access to the DataParameterCollection is synchronized (thread-safe).  
Public PropertyItemOverloaded. Gets or sets the IDbDataParameter associated with the specific name in the collection.  
Public PropertyParametersRetrieves a collection of the IDbDataParameter objects in this collection.  
Public PropertySyncRootGets an object that can be used to synchronize access to this instance of the DataParameterCollection.  
Top
Public Methods
 NameDescription
Public MethodAddOverloaded. Adds a parameter to this collection for use as a bind variable in the SQL statement.  
Public MethodClearRemoves all parameters from this collection.  
Public MethodCloneCreates a new collection using the same parameters.  
Public MethodContainsDetermines whether or not this collection contains the specified parameter.  
Public MethodCopyToOverloaded. Copies the parameters in this collection to the specified collection.  
Public MethodDeepClonePerforms a deep clone of the entire collection and clones (not just a reference copy) each individual parameter  
Public MethodGetEnumeratorReturns an enumerator for the entire collection  
Public MethodIndexOfReturns the index at which this object exists in the collection.  
Public MethodInsertInserts the parameter at the specified index in the collection.  
Public MethodRemoveOverloaded. Removes a parameter with the specified name from the collection.  
Public MethodRemoveAtRemoves the parameter at the specified index from the collection.  
Top
See Also

Reference

DataParameterCollection Class
FChoice.Common.Data Namespace

 

 


© 2010 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.

Send comments on this topic.