dotConnect for QuickBooks Online Documentation
Devart.Data Namespace / SqlShimLoaderColumn Class / DbType Property

In This Topic
DbType Property (SqlShimLoaderColumn)
In This Topic
Gets or sets the System.Data.DbType of the column.
Syntax
'Declaration
 
Public Property DbType As DbType
 

Property Value

A System.Data.DbType value of the column. The default value is DbType.VarChar.
Remarks
Use DbType property to specify QuickBooks Online data type for the column.
See Also