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

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

    Parameters

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