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