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);
One of the ADODBType values. The default is Empty.
Exception Type | Condition |
---|---|
InvalidADODBType | The property was not set to a valid ADODBType. |
ADOParameter Class | ADOParameter Members | System.Data.ADO Namespace