The short way to Insert Records from a file to a DataStorage
[Visual Basic]
Public Shared Function EasyInsertFromFile( _
ByVal
storage As
DataStorage, _
ByVal
filename As
String _
) As
Object()
Parameters
-
storage
- The DataStorage where store the records.
-
filename
- The file with the SourceRecords
Return Value
The Inserted records
See Also
FileDataLink Class | FileHelpers.DataLink Namespace
Powered by: