MySqlParameter Class

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
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.8.4.0

Syntax

C#
public sealed class MySqlParameter : DbParameter, 
	IDbDataParameter, IDataParameter, ICloneable
Visual Basic
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