Click or drag to resize

ExportDataRowCreateChildRow Method

Create child row for the current row. ONLY AVAILABLE IF NOT Detached.

Namespace:  CTExtensions.ExportCore.ExportHandler
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public ExportDataRow CreateChildRow(
	List<CTGeneric> values
)

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: ExportDataRow
new ExportDataRow, or null if unsuccessful.
See Also