Click or drag to resize

MicaContentDataSetGetCorrespondingRelationInfo Method

Returns an up to date RelationInfo, given old dataset and relation name.

Namespace:  MicaSystems.Utils.DataSet
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public MicaContentDataSet_RelationsInfoRow GetCorrespondingRelationInfo(
	MicaContentDataSet oldDataSet,
	string oldRelationName
)

Parameters

oldDataSet
Type: MicaSystems.Utils.DataSetMicaContentDataSet
oldRelationName
Type: SystemString

Return Value

Type: MicaContentDataSet_RelationsInfoRow
See Also