Retrieve the List of Parameters of a Stored Procedure May 3, 2017 The SQLCommandBuilder has the helpful DeriveParameters command that gives you the list of parameters of a stored procedure. All you have to do is: Set the commandText of the command