FileStorage Constructor
|
Create an instance of this class to work with the specified type. |
Engine | The engine behind the FileStorage. |
ErrorManager (inherited from DataStorage) | The Object responsable for manage the errors. |
FileName | The target file name. |
RecordType (inherited from DataStorage) | Returns the class that represent the records in the file. |
ExtractRecords | Must Return the records from the DataSource (DB, Excel, etc) |
ExtractRecordsAsDT (inherited from DataStorage) | Must Return the records from the DataSource (DB, Excel, etc) |
InsertRecords | Must Insert the records in a DataSource (DB, Excel, etc) |
SetProgressHandler (inherited from DataStorage) | Overloaded. Set the handler to the engine used to notify progress into the operations. |
FileStorage Class | FileHelpers.DataLink Namespace