Oracle 5.0 Reference Manual page 2028

Table of Contents

Advertisement

RefreshSchema
ToString (inherited from Component)
Public Instance Events
Disposed (inherited from Component)
See Also
MySqlCommandBuilder
20.2.7.1.5.1.1. DeriveParameters Method
Retrieves parameter information from the stored procedure specified in the MySqlCommand and
populates the Parameters collection of the specified MySqlCommand object. This method is not
currently supported since stored procedures are not available in MySql.
Overload List
Retrieves parameter information from the stored procedure specified in the MySqlCommand and
populates the Parameters collection of the specified MySqlCommand object. This method is not
currently supported since stored procedures are not available in MySql.
public static void DeriveParameters(MySqlCommand);
public static void DeriveParameters(MySqlCommand,bool);
See Also
MySqlCommandBuilder
20.2.7.1.5.1.1.1.
MySqlCommandBuilder.DeriveParameters
Retrieves parameter information from the stored procedure specified in the MySqlCommand and
populates the Parameters collection of the specified MySqlCommand object. This method is not
currently supported since stored procedures are not available in MySql.
Syntax: Visual Basic
Overloads Public Shared Sub DeriveParameters( _
ByVal command As MySqlCommand _
)
Syntax: C#
public static void DeriveParameters(
MySqlCommandcommand
);
Parameters
• command: The MySqlCommand referencing the stored procedure from which the parameter
information is to be derived. The derived parameters are added to the Parameters collection of the
MySqlCommand.
Exceptions
Exception Type
Connector/Net API Reference
Class,
MySql.Data.MySqlClient Namespace
Class,
MySql.Data.MySqlClient Namespace
2008
Returns a String containing the name of the
Component, if any. This method should not be
overridden.
Adds an event handler to listen to the Disposed
event on the component.
Method
Condition

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents