Click or drag to resize

MicaContentDataSetUpdateRelationInfo Method

Use this method to update relational information between contentTypes. This will add relation change robustness, and create indirection tables 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 UpdateRelationInfo(
	IModelRelationInfo relationInfo
)

Parameters

relationInfo
Type: MicaSystems.Utils.DataSetIModelRelationInfo
See Also