LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlConnectionOpenedContext class

Contains information passed to MySqlConnectionOpenedCallback when a new MySqlConnection is opened.

public sealed class MySqlConnectionOpenedContext

Public Members

namedescription
Conditions { get; }Bitflags giving the conditions under which a connection was opened.
Connection { get; }The MySqlConnection that was opened.

See Also