The methods of the FileDataLink class are listed below. For a complete list of FileDataLink class members, see the FileDataLink Members topic.
![]() 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 |
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