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

In This Topic
    DmlLoader Constructor(String,LoaderMode)
    In This Topic
    Initializes a new instance of the DmlLoader class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal tableName As String, _
       ByVal mode As LoaderMode _
    )
    public DmlLoader( 
       string tableName,
       LoaderMode mode
    )

    Parameters

    tableName
    mode
    Remarks
    The base constructor initializes all fields to their default values.
    See Also