Oracle 5.0 Reference Manual page 1969

Table of Contents

Advertisement

public MySqlConnection();
See Also
MySqlConnection
Overload List
20.2.7.1.4.1.1.3.1.1.1.2.
Syntax: Visual Basic
Overloads Public Sub New( _
ByVal connectionString As String _
)
Syntax: C#
public MySqlConnection(
stringconnectionString
);
See Also
MySqlConnection
Overload List
20.2.7.1.4.1.1.3.1.1.2. ConnectionString Property
Syntax: Visual Basic
NotOverridable Public Property ConnectionString As String _
_
Implements IDbConnection.ConnectionString
Syntax: C#
public string ConnectionString {get; set;}
Implements
IDbConnection.ConnectionString
See Also
MySqlConnection
20.2.7.1.4.1.1.3.1.1.3. ConnectionTimeout Property
Syntax: Visual Basic
NotOverridable Public ReadOnly Property ConnectionTimeout As Integer _
_
Implements IDbConnection.ConnectionTimeout
Syntax: C#
public int ConnectionTimeout {get;}
Implements
IDbConnection.ConnectionTimeout
See Also
MySqlConnection
Connector/Net API Reference
Class,
MySql.Data.MySqlClient
Constructor
MySqlConnection
Class,
MySql.Data.MySqlClient
Class,
MySql.Data.MySqlClient Namespace
Class,
MySql.Data.MySqlClient Namespace
Namespace,
MySqlConnection Constructor
Namespace,
MySqlConnection Constructor
1949

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents