Create a new instance of the class.
[Visual Basic]
Public Sub New( _
ByVal
sourceType As
Type, _
ByVal
destType As
Type _
)
[C#]
public FileTransformEngine(
Type sourceType,
Type destType);
Parameters
-
sourceType
- The source record Type.
-
destType
- The destination record Type.
See Also
FileTransformEngine Class | FileHelpers Namespace
Powered by: