Calls the CommandBuilder.DeriveParameters method for the specified provider, doing any setup and cleanup necessary

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public virtual void DeriveParameters(
	IDbCommand cmd
)
Visual Basic
Public Overridable Sub DeriveParameters ( 
	cmd As IDbCommand
)

Parameters

cmd
Type: System.Data..::..IDbCommand
The IDbCommand referencing the stored procedure from which the parameter information is to be derived. The derived parameters are added to the Parameters collection of the IDbCommand.

See Also