Class MySqlAttribute
Represents a query attribute to a My
Inheritance
System.Object
MySqlAttribute
Implements
System.ICloneable
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data.dll
Version: 9.2.0
Syntax
public class MySqlAttribute : ICloneable
Constructors
MySqlAttribute()
Initializes a new instance of the My
Declaration
public MySqlAttribute()
MySqlAttribute(String, Object)
Initializes a new instance of the My
Declaration
public MySqlAttribute(string attributeName, object attributeValue)
Parameters
Type | Name | Description |
---|---|---|
System. |
attributeName | Name of the attribute. |
System. |
attributeValue | Value of the attribute. |
Properties
AttributeName
Name of the query attribute.
Declaration
public string AttributeName { get; set; }
Property Value
Type | Description |
---|---|
System. |
MySqlDbType
Gets or sets the My
Declaration
public MySqlDbType MySqlDbType { get; set; }
Property Value
Type | Description |
---|---|
My |
Value
Value of the query attribute.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
Clone()
Clones this object.
Declaration
public MySqlAttribute Clone()
Returns
Type | Description |
---|---|
My |
An object that is a clone of this object. |
Explicit Interface Implementations
ICloneable.Clone()
Declaration
object ICloneable.Clone()
Returns
Type | Description |
---|---|
System. |
Implements
System.ICloneable