Oracle 5.0 Reference Manual page 1966

Table of Contents

Advertisement

public MySqlCommand(string,MySqlConnection,MySqlTransaction);
See Also
MySqlCommand
20.2.7.1.4.1.1.1.
MySqlCommand
Initializes a new instance of the
Syntax: Visual Basic
Overloads Public Sub New()
Syntax: C#
public MySqlCommand();
See Also
MySqlCommand
List
20.2.7.1.4.1.1.2.
MySqlCommand
Syntax: Visual Basic
Overloads Public Sub New( _
ByVal cmdText As String _
)
Syntax: C#
public MySqlCommand(
stringcmdText
);
See Also
MySqlCommand
List
20.2.7.1.4.1.1.3.
MySqlCommand
Syntax: Visual Basic
Overloads Public Sub New( _
ByVal cmdText As String, _
ByVal connection As MySqlConnection _
)
Syntax: C#
public MySqlCommand(
stringcmdText,
MySqlConnectionconnection
);
See Also
MySqlCommand
List
20.2.7.1.4.1.1.3.1.
MySqlConnection
For a list of all members of this type, see
Connector/Net API Reference
Class,
MySql.Data.MySqlClient Namespace
Constructor ()
MySqlCommand
Class,
MySql.Data.MySqlClient
Constructor (String)
Class,
MySql.Data.MySqlClient
Constructor
Class,
MySql.Data.MySqlClient
Class
class.
Namespace,
MySqlCommand Constructor Overload
Namespace,
MySqlCommand Constructor Overload
Namespace,
MySqlCommand Constructor Overload
MySqlConnection Members
1946
.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents