Used to write a file without instanciate the engine.
This is feature limited method try to use the non static methods.
[Visual Basic]
Public Shared Sub WriteFile( _
ByVal
recordClass As
Type, _
ByVal
fileName As
String, _
ByVal
records As
IEnumerable _
)
Parameters
-
recordClass
- The record class.
-
fileName
- The file name
-
records
- The records to write (Can be an array, ArrayList, etc)
See Also
CommonEngine Class | FileHelpers Namespace
Powered by: