AdoDotNetConnectionSupport.DeriveParametersOn(DbCommand) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.