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