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.
    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