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