Mono Class Library: MySql.Data.MySqlClient.MySqlCommandBuilder Overview | Members

MySql.Data.MySqlClient.MySqlCommandBuilder.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. [Edit]

public static void DeriveParameters (MySqlCommand command)

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. [Edit]

Exceptions

TypeReason
InvalidOperationExceptionThe command text is not a valid stored procedure name. [Edit]

Remarks

Documentation for this section has not yet been entered. [Edit]

Requirements

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll)
Assembly Versions: 6.1.3.0