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

MasterDetailEngine.WriteString Method (MasterDetails[], Int32)

Write an array of records to an String and return it.

[Visual Basic]
Overloads Public Function WriteString( _
   ByVal records As MasterDetails(), _
   ByVal maxRecords As Integer _
) As String
[C#]
public string WriteString(
   MasterDetails[] records,
   int maxRecords
);

Parameters

records
The array of records to write.
maxRecords
The max number of array elements to write.

Return Value

The resulting string after write the records.True if the operation is successful. False otherwise.

See Also

MasterDetailEngine Class | FileHelpers.MasterDetail Namespace | MasterDetailEngine.WriteString Overload List


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