dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2LoaderColumn Class / DB2LoaderColumn Constructor / DB2LoaderColumn Constructor(String,Type)
The name of the column.
The type of the column data.

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

    Parameters

    name
    The name of the column.
    type
    The type of the column data.
    See Also