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) Version: 25.0
Syntax
public ExportDataRow CreateChildRow(
	List<CTGeneric> values
)

Parameters

values  ListCTGeneric
Field value, where mbsName is the field name and mbsDescription is its value. Caller is responsible for data correctness.

Return Value

ExportDataRow
new ExportDataRow, or null if unsuccessful.
See Also