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);
The Type of the parameter.
ADOParameter Class | ADOParameter Members | System.Data.ADO Namespace