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 Salesforce Marketing Cloud data type for the column.
    See Also