SqlMetaData.DbType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the data type of the column or parameter.
public:
property System::Data::DbType DbType { System::Data::DbType get(); };
public System.Data.DbType DbType { get; }
member this.DbType : System.Data.DbType
Public ReadOnly Property DbType As DbType
Property Value
The data type of the column or parameter as a DbType.
Remarks
The default type is DbType.String
.