LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlAttribute constructor (1 of 2)

Initializes a new MySqlAttribute.

public MySqlAttribute()

See Also


MySqlAttribute constructor (2 of 2)

MySqlAttribute represents an attribute that can be sent with a MySQL query.

public MySqlAttribute(string attributeName, object? value)

Remarks

See Query Attributes for information on using query attributes.

See Also