Gets the collection of SQLParameters.
[Visual Basic] Public ReadOnly Property Parameters As SQLParameters [C#] public SQLParameters Parameters {get;} [C++] public: __property SQLParameters* get_Parameters(); [JScript] public function get Parameters() : SQLParameters;
The SQL parameters for the command.
The following example refreshes the Parameters collection for the command.
SQLCommand Class | SQLCommand Members | System.Data.SQL Namespace | SQLParameter