dotConnect for Salesforce Documentation
Devart.Data Namespace / DmlLoader Class / DmlLoader Constructor / DmlLoader Constructor(String,LoaderMode)

In This Topic
    DmlLoader Constructor(String,LoaderMode)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal tableName As String, _
       ByVal mode As LoaderMode _
    )
    public DmlLoader( 
       string tableName,
       LoaderMode mode
    )

    Parameters

    tableName
    mode
    See Also