dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2LoaderColumnCollection Class / Add Method / Add(String,Type) Method

In This Topic
    Add(String,Type) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal name As String, _
       ByVal type As Type _
    ) As Integer
    public int Add( 
       string name,
       Type type
    )

    Parameters

    name
    type
    See Also