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.DataType

Gets or sets the Type of the parameter.

[Visual Basic]
ReadOnly Property DataType As Type
[C#]
Type DataType {get;}
[C++]
Type* get_DataType() = 0;
[JScript]
abstract function get DataType() : Type;

Property Value

The Type of the parameter.

See Also

IDataParameter Interface | IDataParameter Members | System.Data Namespace