dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlParameterCollection Class

In This Topic
MySqlParameterCollection Class Methods
In This Topic

For a list of all members of this type, see MySqlParameterCollection members.

Public Methods
 NameDescription
Public MethodOverloaded. Adds the specified MySqlParameter to the MySqlParameterCollection.  
Public MethodAdds the specified array of Devart.Common.DbParameterBase objects to the Devart.Common.DbParameterBaseCollection. (Inherited from Devart.Common.DbParameterBaseCollection)
Public MethodAdds a value to the end of the MySqlParameterCollection  
Public MethodRemoves all items from the collection. (Inherited from Devart.Common.DbParameterBaseCollection)
Public MethodOverloaded. Gets a value indicating whether a Devart.Common.DbParameterBase object exists in the collection. (Inherited from Devart.Common.DbParameterBaseCollection)
Public MethodCopies a Devart.Common.DbParameterBase objects from the Devart.Common.DbParameterBaseCollection to the specified array. (Inherited from Devart.Common.DbParameterBaseCollection)
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.MarshalByRefObject)
Public MethodOverloaded. Gets the location in the collection of the Devart.Common.DbParameterBase objects. (Inherited from Devart.Common.DbParameterBaseCollection)
Public Method (Inherited from System.MarshalByRefObject)
Public MethodInserts a Devart.Common.DbParameterBase into the collection at the specified index. (Inherited from Devart.Common.DbParameterBaseCollection)
Public MethodRemoves the specified Devart.Common.DbParameterBase from the collection. (Inherited from Devart.Common.DbParameterBaseCollection)
Public MethodOverloaded. Removes the Devart.Common.DbParameterBase at the specified index from the collection. (Inherited from Devart.Common.DbParameterBaseCollection)
Top
See Also