Oracle 5.0 Reference Manual page 2046

Table of Contents

Advertisement

ToString (inherited from Object)
See Also
MySqlHelper
20.2.7.1.7.1.1.
MySqlHelper.ExecuteDataRow
Executes a single SQL statement and returns the first row of the resultset. A new MySqlConnection
object is created, opened, and closed during this method.
Syntax: Visual Basic
Public Shared Function ExecuteDataRow( _
ByVal connectionString As String, _
ByVal commandText As String, _
ParamArray parms As MySqlParameter() _
) As DataRow
Syntax: C#
public static DataRow ExecuteDataRow(
stringconnectionString,
stringcommandText,
params MySqlParameter[]parms
);
Parameters
• connectionString: Settings to be used for the connection
• commandText: Command to execute
• parms: Parameters to use for the command
Return Value
DataRow containing the first row of the resultset
See Also
MySqlHelper
20.2.7.1.7.1.2. ExecuteDataset Method
Executes a single SQL statement and returns the resultset in a DataSet. The state of the
MySqlConnection
Overload List
Executes a single SQL statement and returns the resultset in a DataSet. The state of the
MySqlConnection
public static DataSet ExecuteDataset(MySqlConnection,string);
Executes a single SQL statement and returns the resultset in a DataSet. The state of the
MySqlConnection
public static DataSet ExecuteDataset(MySqlConnection,string,params MySqlParameter[]);
Executes a single SQL statement and returns the resultset in a DataSet. A new MySqlConnection
object is created, opened, and closed during this method.
public static DataSet ExecuteDataset(string,string);
Connector/Net API Reference
Class,
MySql.Data.MySqlClient Namespace
Class,
MySql.Data.MySqlClient Namespace
object remains unchanged after execution of this method.
object remains unchanged after execution of this method.
object remains unchanged after execution of this method.
Returns a String that represents the current
Object.
Method
2026

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents