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