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!

IDataParameter.ParameterName

Gets or sets the name of the ADOParameter.

[Visual Basic]
ReadOnly Property ParameterName As String
[C#]
string ParameterName {get;}
[C++]
String* get_ParameterName() = 0;
[JScript]
abstract function get ParameterName() : String;

Property Value

The name the ADOParameter.

See Also

IDataParameter Interface | IDataParameter Members | System.Data Namespace