Click or drag to resize

MicaContentDataSetUpdateColumnInfo Method

Use this method to update information for a specific column in the dataSet.

Namespace:  MicaSystems.Utils.DataSet
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public void UpdateColumnInfo(
	IModelColumnInfo columnInfo
)

Parameters

columnInfo
Type: MicaSystems.Utils.DataSetIModelColumnInfo
See Also