Oracle 5.0 Reference Manual page 2043

Table of Contents

Advertisement

Syntax: C#
public MySqlCommand GetUpdateCommand();
See Also
MySqlCommandBuilder
20.2.7.1.5.1.9.
MySqlCommandBuilder.RefreshSchema
Syntax: Visual Basic
Public Sub RefreshSchema()
Syntax: C#
public void RefreshSchema();
See Also
MySqlCommandBuilder
20.2.7.1.6.
MySqlException
The exception that is thrown when MySQL returns an error. This class cannot be inherited.
For a list of all members of this type, see
Syntax: Visual Basic
NotInheritable Public Class MySqlException_
Inherits SystemException
Syntax: C#
public sealed class MySqlException : SystemException
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
MySqlException
20.2.7.1.6.1.
MySqlException
MySqlException overview
Public Instance Properties
Data (inherited from Exception)
HelpLink (inherited from Exception)
Connector/Net API Reference
Class,
MySql.Data.MySqlClient Namespace
Class,
MySql.Data.MySqlClient Namespace
Class
MySql.Data.MySqlClient
Members,
MySql.Data.MySqlClient Namespace
Members
Method
MySqlException Members
Gets a collection of key/value pairs that provide
additional, user-defined information about the
exception.
Gets or sets a link to the help file associated with
this exception.
2023
.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents