AdoDotNetConnectionSupport.DeriveParametersOn(DbCommand) Method

Definition

Override to derive parameters from the given command.

protected:
 virtual void DeriveParametersOn(System::Data::Common::DbCommand ^ command);
protected virtual void DeriveParametersOn (System.Data.Common.DbCommand command);
abstract member DeriveParametersOn : System.Data.Common.DbCommand -> unit
override this.DeriveParametersOn : System.Data.Common.DbCommand -> unit
Protected Overridable Sub DeriveParametersOn (command As DbCommand)

Parameters

command
DbCommand

The data command to derive the parameters from.

Applies to