Oracle 5.0 Reference Manual page 1967

Table of Contents

Advertisement

Syntax: Visual Basic
NotInheritable Public Class MySqlConnection_
Inherits Component_
Implements IDbConnection, ICloneable
Syntax: C#
public sealed class MySqlConnection : Component, IDbConnection, ICloneable
Thread Safety
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations.
Instance members are not guaranteed to be thread-safe.
Requirements
Namespace:
Assembly: MySql.Data (in MySql.Data.dll)
See Also
MySqlConnection
20.2.7.1.4.1.1.3.1.1.
MySqlConnection
MySqlConnection overview
Public Instance Constructors
MySqlConnection
Public Instance Properties
ConnectionString
ConnectionTimeout
Container (inherited from Component)
Database
DataSource
ServerThread
ServerVersion
Site (inherited from Component)
State
UseCompression
Public Instance Methods
BeginTransaction
ChangeDatabase
Close
CreateCommand
Connector/Net API Reference
MySql.Data.MySqlClient
Members,
MySql.Data.MySqlClient Namespace
Members
Overloaded. Initializes a new instance of the
MySqlConnection class.
Gets the IContainer that contains the Component.
Gets the name of the MySQL server to which to
connect.
Returns the ID of the server thread this connection
is executing on.
Gets or sets the ISite of the Component.
Indicates if this connection should use
compression when communicating with the server.
Overloaded.
1947

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents