Flatten out a hierarchical DataSet (with a maximum of 1 child level) into a DataSet containing a single table with columns added from the child table(s).

Child table columns will be prefixed with their Table Name, e.g. AccountTransaction.Value.

Syntax

ISDatabaseBL.DataSetFlatten(dataSet)

Parameters

NameTypeOptionalByRefDescription
dataSet DataSet The DataSet to flatten.

Return Value

DataSet

A DataSet object.

Member of:
ISDatabaseBL
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0