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

Gets or sets the native data type.

[Visual Basic]
Public Property DBType As ADODBType
[C#]
public ADODBType DBType {get; set;}
[C++]
public: __property ADODBType get_DBType();
public: __property void set_DBType(ADODBType);
[JScript]
public function get DBType() : ADODBType;
public function set DBType(ADODBType);

Property Value

One of the ADODBType values. The default is Empty.

Exceptions

Exception Type Condition
InvalidADODBType The property was not set to a valid ADODBType.

See Also

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