The short way to Extract the records from a DataStorage to a file
[Visual Basic]
Public Shared Function EasyExtractToFile( _
ByVal
storage As
DataStorage, _
ByVal
filename As
String _
) As
Object()
Parameters
-
storage
- The DataStorage from where get the records
-
filename
- The file where to write the records to.
Return Value
The Extracted records.
See Also
FileDataLink Class | FileHelpers.DataLink Namespace
Powered by: