NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SQLCommand.Parameters

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;

Property Value

The SQL parameters for the command.

Example

The following example refreshes the Parameters collection for the command.

See Also

SQLCommand Class | SQLCommand Members | System.Data.SQL Namespace | SQLParameter