'Declaration Public Shared Sub DeriveParameters( _ ByVal command As DynamicsCommand _ )
public static void DeriveParameters( DynamicsCommand command )
Parameters
- command
- The DynamicsCommand referencing the SQL statement for which the parameter information is to be derived. The derived parameters will be populated into the DynamicsCommand.Parameters collection of this command.