DataChangeColumnMappingFromHiddenToElement(DataSet) Method

Change columns mapped as hidden (Hidden) to elements (Element).

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static void ChangeColumnMappingFromHiddenToElement(
	DataSet data
)

Parameters

data  DataSet
DataSet with all the tables to make the change to.

See Also