dotConnect for Salesforce Marketing Cloud 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
    public DbType DbType {get; set;}

    Property Value

    A System.Data.DbType value of the column. The default value is DbType.VarChar.
    Remarks
    Use DbType property to specify ExactTarget 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