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!

ADOParameter.DataType

Gets or sets the Type of the parameter.

[Visual Basic]
Overridable Public Property DataType As Type
[C#]
public Type DataType {virtual get; set;}
[C++]
public: __property virtual Type* get_DataType();
public: __property void set_DataType(Type*);
[JScript]
public function get DataType() : Type;
public function set DataType(Type);

Property Value

The Type of the parameter.

See Also

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