Esempio n. 1
0
 /// <summary>
 /// Retrieves parameter information from the stored procedure specified in the <see cref="DbCommand"/> and populates the Parameters collection of the specified <see cref="DbCommand"/> object.
 /// </summary>
 /// <param name="discoveryCommand">The <see cref="DbCommand"/> to do the discovery.</param>
 /// <remarks>The <see cref="DbCommand"/> must be a <see cref="FbCommand"/> instance.</remarks>
 protected override void DeriveParameters(DbCommand discoveryCommand)
 {
     MySqlCommandBuilder.DeriveParameters((MySqlCommand)discoveryCommand);
 }