Gets or sets the native data type.
[Visual Basic] Public Property DatabaseType As SQLDataType [C#] public SQLDataType DatabaseType {get; set;} [C++] public: __property SQLDataType get_DatabaseType(); public: __property void set_DatabaseType(SQLDataType); [JScript] public function get DatabaseType() : SQLDataType; public function set DatabaseType(SQLDataType);
One of the SQLDataType values. The default is VarChar.
SQLParameter Class | SQLParameter Members | System.Data.SQL Namespace