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

FileDataLink.InsertFromFile Method 

Extract records from a file and insert them to the data source using the DataLinkProvider InsertRecords method.

[Visual Basic]
Public Function InsertFromFile( _
   ByVal fileName As String _
) As Object()
[C#]
public object[] InsertFromFile(
   string fileName
);

Parameters

fileName
The file with the source records.

Return Value

True if the operation is successful. False otherwise.

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