MySqlAttribute class
MySqlAttribute
represents an attribute that can be sent with a MySQL query.
public sealed class MySqlAttribute : ICloneable
Public Members
name | description |
---|---|
MySqlAttribute() | Initializes a new MySqlAttribute . |
MySqlAttribute(…) | MySqlAttribute represents an attribute that can be sent with a MySQL query. |
AttributeName { get; set; } | Gets or sets the attribute name. |
Value { get; set; } | Gets or sets the attribute value. |
Clone() | Returns a new MySqlAttribute with the same property values as this instance. |
Remarks
See Query Attributes for information on using query attributes.
See Also
- namespace MySqlConnector
- assembly MySqlConnector