![]() EasyExtractToFile | The short way to Extract the records from a DataStorage to a file |
![]() EasyInsertFromFile | The short way to Insert Records from a file to a DataStorage |
FileDataLink Constructor
|
Create a new instance of the class. |
DataStorage | The internal IDataLinkProvider used to the link ops. |
FileHelperEngine | The internal FileHelperEngine used to the file or stream ops. |
LastExtractedRecords | An array of the last records extracted from the data source to a file. |
LastInsertedRecords | An array of the last records inserted in the data source that comes from a file. |
ExtractToFile | Extract records from the data source and insert them to the specified file using the DataLinkProvider ExtractRecords method. |
ExtractToStream | Extract records from the data source and insert them to the specified stream using the DataLinkProvider ExtractRecords method. |
InsertFromFile | Extract records from a file and insert them to the data source using the DataLinkProvider InsertRecords method. |
InsertFromStream | Extract records from a stream and insert them to the data source using the DataLinkProvider InsertRecords method. |
FileDataLink Class | FileHelpers.DataLink Namespace | Quick Start Guide | Class Diagram | Examples of Use | Example of the DataLink | Attributes List