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

On this page
    DbType Property (SqlShimLoaderColumn)
    On this page
    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 Adobe Commerce data type for the column.
    See Also