Click or drag to resize

FileTransformEngineTSource, TDestination Properties

The FileTransformEngineTSource, TDestination generic type exposes the following members.

Properties
  NameDescription
Public propertyDestinationEncoding
The Encoding of the Destination File.
Public propertyDestinationErrorManager
Allow access the ErrorManager of the engine used to write the destination file, is null before any file is transformed
Public propertyDestinationType
The destination record Type.
Public propertyErrorMode
Indicates the behavior of the engine when an error is found.
Public propertySourceEncoding
The Encoding of the Source File.
Public propertySourceErrorManager
Allow access the ErrorManager of the engine used to read the source file, is null before any file is transformed
Public propertySourceType
The source record Type.
Top
See Also