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!

ADOCommand.Parameters

Gets the collection of ADOParameters.

[Visual Basic]
Public ReadOnly Property Parameters As ADOParameters
[C#]
public ADOParameters Parameters {get;}
[C++]
public: __property ADOParameters* get_Parameters();
[JScript]
public function get Parameters() : ADOParameters;

Property Value

The ADO parameters for the command.

Example

The following example creates an ADOCommand and displays some of its read-only properties.

See Also

ADOCommand Class | ADOCommand Members | System.Data.ADO Namespace | ADOParameter