 | ExportDataRowCreateChildRow Method |
Create child row for the current row. ONLY AVAILABLE IF NOT
Detached.
Namespace:
CTExtensions.ExportCore.ExportHandler
Assembly:
CTInterface (in CTInterface.dll)
Syntaxpublic ExportDataRow CreateChildRow(
List<CTGeneric> values
)
Public Function CreateChildRow (
values As List(Of CTGeneric)
) As ExportDataRow
Parameters
- values
- Type: System.Collections.GenericListCTGeneric
Field value, where mbsName is the field name and mbsDescription is its value.
Caller is responsible for data correctness.
Return Value
Type:
ExportDataRownew ExportDataRow, or null if unsuccessful.
See Also