Amazon Wish List News RSS feed. Development Blog Browse the Forums  
  Overview - Downloads - Examples - News Feed - Contact Info -

FileDataLink.EasyExtractToFile Method 

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()
[C#]
public static object[] EasyExtractToFile(
   DataStorage storage,
   string filename
);

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:

Source Forge Thanks Jetbrains for support us !! Thanks BB Software for support us !! TestDriven.NET Code Coverage by Clover.NET Code Project Article Larkware News Sharp Toolbox