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

    DbType Property (SqlShimLoaderColumn)
    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 FreshBooks data type for the column.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also