Oracle 5.0 Reference Manual page 2041

Table of Contents

Advertisement

MySqlRowUpdatingEventArgs
20.2.7.1.5.1.2.2.1.1.7.1.1.1.2. Command Property
Gets or sets the MySqlCommand to execute when performing the Update.
Syntax: Visual Basic
Overloads Public Property Command As MySqlCommand
Syntax: C#
new public MySqlCommand Command {get; set;}
See Also
MySqlRowUpdatingEventArgs
20.2.7.1.5.1.2.3.
MySqlCommandBuilder
Syntax: Visual Basic
Overloads Public Sub New( _
ByVal adapter As MySqlDataAdapter, _
ByVal lastOneWins As Boolean _
)
Syntax: C#
public MySqlCommandBuilder(
MySqlDataAdapteradapter,
boollastOneWins
);
See Also
MySqlCommandBuilder
Constructor Overload List
20.2.7.1.5.1.2.4.
MySqlCommandBuilder
Syntax: Visual Basic
Overloads Public Sub New( _
ByVal lastOneWins As Boolean _
)
Syntax: C#
public MySqlCommandBuilder(
boollastOneWins
);
See Also
MySqlCommandBuilder
Constructor Overload List
20.2.7.1.5.1.3. DataAdapter Property
Syntax: Visual Basic
Public Property DataAdapter As MySqlDataAdapter
Syntax: C#
public MySqlDataAdapter DataAdapter {get; set;}
Connector/Net API Reference
Class,
MySql.Data.MySqlClient Namespace
Class,
MySql.Data.MySqlClient Namespace
Constructor
Class,
MySql.Data.MySqlClient
Constructor
Class,
MySql.Data.MySqlClient
2021
Namespace,
MySqlCommandBuilder
Namespace,
MySqlCommandBuilder

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents