Oracle 5.0 Reference Manual page 2008

Table of Contents

Advertisement

NotOverridable Public Function ExecuteNonQuery() As Integer _
_
Implements IDbCommand.ExecuteNonQuery
Syntax: C#
public int ExecuteNonQuery();
Implements
IDbCommand.ExecuteNonQuery
See Also
MySqlCommand
20.2.7.1.4.1.13. ExecuteReader Method
Overload List
public MySqlDataReader ExecuteReader();
public MySqlDataReader ExecuteReader(CommandBehavior);
See Also
MySqlCommand
20.2.7.1.4.1.13.1.
MySqlCommand.ExecuteReader
Syntax: Visual Basic
Overloads Public Function ExecuteReader() As MySqlDataReader
Syntax: C#
public MySqlDataReader ExecuteReader();
See Also
MySqlCommand
Overload List
20.2.7.1.4.1.13.1.1.
MySqlDataReader
Provides a means of reading a forward-only stream of rows from a MySQL database. This class cannot
be inherited.
For a list of all members of this type, see
Syntax: Visual Basic
NotInheritable Public Class MySqlDataReader_
Inherits MarshalByRefObject_
Implements IEnumerable, IDataReader, IDisposable, IDataRecord
Syntax: C#
public sealed class MySqlDataReader : MarshalByRefObject, IEnumerable, IDataReader, IDisposable, IDataRecor
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
Connector/Net API Reference
Class,
MySql.Data.MySqlClient Namespace
Class,
MySql.Data.MySqlClient Namespace
Class,
MySql.Data.MySqlClient
Class
MySqlDataReader Members
Method
Namespace,
MySqlCommand.ExecuteReader
1988
.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents