Gets or sets the generic (ADO.NET) data type of the parameter.
Syntax
'Declaration
Public Overrides NotOverridable Property DbType As DbType
'Usage
Dim instance As TdParameter
Dim value As DbType
instance.DbType = value
value = instance.DbType
public override DbType DbType {get; set;}
public:
property DbType DbType {
DbType get() override;
void set ( DbType value) override;
}
Property Value
One of the
System.Data.DbType
enumeration values. The default is String.
Exceptions
Requirements
Product | Versions | Platforms |
.NET | 2.1, 3.1, 6 | Windows, Linux, MacOS |
.NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also