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