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

CommonEngine.WriteFile Method 

Used to write a file without instanciate the engine.
This is feature limited method try to use the non static methods.

[Visual Basic]
Public Shared Sub WriteFile( _
   ByVal recordClass As Type, _
   ByVal fileName As String, _
   ByVal records As IEnumerable _
)
[C#]
public static void WriteFile(
   Type recordClass,
   string fileName,
   IEnumerable records
);

Parameters

recordClass
The record class.
fileName
The file name
records
The records to write (Can be an array, ArrayList, etc)

See Also

CommonEngine Class | FileHelpers 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