dotConnect for Adobe Commerce 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 _
)
 

Parameters

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