dotConnect for Zoho Desk 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 _
)
 

Parameters

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