Mimer SQL Data Provider
MimerParameterCollection Class Members
Properties  Methods 

Mimer.Data.Client Namespace : MimerParameterCollection Class

The following tables list the members exposed by MimerParameterCollection.

Public Properties
 NameDescription
Public PropertyOverridden. Gets the number of MimerParameter objects in the collection.  
Public PropertyOverridden. Returns whether the collection has a fixed size.  
Public PropertyOverridden. Returns whether the collection is read only.  
Public PropertyOverridden. Returns whether the collection is synchronized.  
Public PropertyOverloaded. Gets or sets the MimerParameter with the specified name.

In C#, this property is the indexer for the MimerParameterCollection class.

 
Public PropertyOverridden. Returns an System.Object to be used for synchronizing access to the MimerParameterCollection.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Overridden. Adds the specified MimerParameter to the MimerParameterCollection.  
Public MethodOverloaded. Overridden. Add an array of MimerParameter values to the current collection.  
Public MethodOverridden. Remove all items from the collection.  
Public MethodOverloaded. Overridden. Gets a value indicating whether a MimerParameter object exists in the collection.  
Public MethodOverridden. Copies the MimerParameter objects from the MimerParameterCollection to the supplied array.  
Public Method (Inherited from System.MarshalByRefObject)
Public MethodOverloaded. Overridden. Gets the index to the MimerParameter object in the collection.  
Public Method (Inherited from System.Data.Common.DbParameterCollection)
Public MethodOverridden. Inserts the MimerParameter into the collection at the index specified.  
Public MethodOverridden. Removes the specified MimerParameter from the collection.  
Public MethodOverloaded. Overridden. Removes the MimerParameter at the specified index from the collection.  
Top
See Also

Reference

MimerParameterCollection Class
Mimer.Data.Client Namespace