With this attribute you can mark a method in the RecordClass that is the responsable of convert it to the specified.
[Visual Basic]
Public Sub New( _
ByVal
targetType As
Type _
)
[C#]
public TransformToRecordAttribute(
Type targetType);
Parameters
-
targetType
- The target of the convertion.
See Also
TransformToRecordAttribute Class | FileHelpers Namespace
Powered by: