Click or drag to resize

MicaContentDataSetUpdateModelInfo Method

Call this method to update the DataSet with a modelInfo object. A dataset should always have model information provided via this method.

Namespace:  MicaSystems.Utils.DataSet
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public void UpdateModelInfo(
	IModelVersionInfo modelInfo
)

Parameters

modelInfo
Type: MicaSystems.Utils.DataSetIModelVersionInfo
See Also