MasterDetailEngineTMaster, TDetailWriteString Method (IEnumerableMasterDetailsTMaster, TDetail, Int32) |
Write an array of records to an String and return it.
Namespace:
FileHelpers.MasterDetail
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic string WriteString(
IEnumerable<MasterDetails<TMaster, TDetail>> records,
int maxRecords
)
Public Function WriteString (
records As IEnumerable(Of MasterDetails(Of TMaster, TDetail)),
maxRecords As Integer
) As String
Parameters
- records
- Type: System.Collections.GenericIEnumerableMasterDetailsTMaster, TDetail
The array of records to write. - maxRecords
- Type: SystemInt32
The max number of array elements to write.
Return Value
Type:
StringThe resulting string after write the records.
Return Value
Type:
StringTrue if the operation is successful. False otherwise.
See Also