Transform an array of records from the source type to the destination type
[Visual Basic]
Public Function TransformRecords( _
ByVal
sourceRecords As
Object() _
) As
Object()
Parameters
-
sourceRecords
- An array of the source records.
Return Value
The transformed records.
See Also
FileTransformEngine Class | FileHelpers Namespace
Powered by: