dotConnect for Zoho Desk Documentation
Devart.Data Namespace / SqlShimLoaderColumn Class / SqlShimLoaderColumn Constructor / SqlShimLoaderColumn Constructor(String,DbType)
The name of the column.

In This Topic
    SqlShimLoaderColumn Constructor(String,DbType)
    In This Topic
    Initializes a new instance of the SqlShimLoaderColumn class with the column name and column data type.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal dbType As DbType _
    )
    public SqlShimLoaderColumn( 
       string name,
       DbType dbType
    )

    Parameters

    name
    The name of the column.
    dbType
    Remarks
    Use this constructor to create a SqlShimLoaderColumn instance with column name and column data type.
    See Also