MySqlParameter Class

MySQL Connector/Net

Represents a parameter to a MySqlCommand, and optionally, its mapping to DataSet columns. This class cannot be inherited.

Namespace:  MySql.Data.MySqlClient
Assembly:  MySql.Data (in MySql.Data.dll) Version: 6.2.2.0

Syntax

C#
public sealed class MySqlParameter : DbParameter, 
	IDbDataParameter, IDataParameter, ICloneable
Visual Basic (Declaration)
Public NotInheritable Class MySqlParameter _
	Inherits DbParameter _
	Implements IDbDataParameter, IDataParameter, ICloneable
Visual C++
public ref class MySqlParameter sealed : public DbParameter, 
	IDbDataParameter, IDataParameter, ICloneable

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.Data.Common..::.DbParameter
      MySql.Data.MySqlClient..::.MySqlParameter

See Also