Create an instance of this class to work with the specified type.
[Visual Basic]
Public Sub New( _
ByVal
type As
Type, _
ByVal
fileName As
String _
)
[C#]
public FileStorage(
Type type,
string fileName);
Parameters
-
type
- The record class.
-
fileName
- The target filename.
See Also
FileStorage Class | FileHelpers.DataLink Namespace
Powered by: