Oracle 5.0 Reference Manual page 2007

Table of Contents

Advertisement

IDbCommand.UpdatedRowSource
See Also
MySqlCommand
20.2.7.1.4.1.10.
MySqlCommand.Cancel
Attempts to cancel the execution of a MySqlCommand. This operation is not supported.
Syntax: Visual Basic
NotOverridable Public Sub Cancel() _
_
Implements IDbCommand.Cancel
Syntax: C#
public void Cancel();
Implements
IDbCommand.Cancel
Remarks
Cancelling an executing command is currently not supported on any version of MySQL.
Exceptions
Exception Type
NotSupportedException
See Also
MySqlCommand
20.2.7.1.4.1.11.
MySqlCommand.CreateParameter
Creates a new instance of a
Syntax: Visual Basic
Public Function CreateParameter() As MySqlParameter
Syntax: C#
public MySqlParameter CreateParameter();
Return Value
A
MySqlParameter
Remarks
This method is a strongly-typed version of CreateParameter.
See Also
MySqlCommand
20.2.7.1.4.1.12.
MySqlCommand.ExecuteNonQuery
Syntax: Visual Basic
Connector/Net API Reference
Class,
MySql.Data.MySqlClient Namespace
Method
Class,
MySql.Data.MySqlClient Namespace
MySqlParameter
object.
Class,
MySql.Data.MySqlClient Namespace
Condition
This operation is not supported.
Method
object.
Method
1987

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents