Click or drag to resize

MicaContentDataSet_RelationsInfoDataTableAdd_RelationsInfoRow Method (Guid, String, String, String, MicaContentDataSet_ContentTypesInfoRow, MicaContentDataSet_ContentTypesInfoRow)

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 Add_RelationsInfoRow(
	Guid Guid,
	string Name,
	string Side1ConstraintName,
	string Side2ConstraintName,
	MicaContentDataSet_ContentTypesInfoRow parent_ContentTypesInfoRowBy_Side2ContentType,
	MicaContentDataSet_ContentTypesInfoRow parent_ContentTypesInfoRowBy_Side1ContentType
)

Parameters

Guid
Type: SystemGuid
Name
Type: SystemString
Side1ConstraintName
Type: SystemString
Side2ConstraintName
Type: SystemString
parent_ContentTypesInfoRowBy_Side2ContentType
Type: MicaSystems.Utils.DataSetMicaContentDataSet_ContentTypesInfoRow
parent_ContentTypesInfoRowBy_Side1ContentType
Type: MicaSystems.Utils.DataSetMicaContentDataSet_ContentTypesInfoRow

Return Value

Type: MicaContentDataSet_RelationsInfoRow
See Also