Open this page in the API Guide

Relationship Constructor

Initializes a new instance of the Relationship class, as a user-defined relationship.

Namespace:  Dundas.BI.Data.Relationships
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public Relationship(
	string name,
	string description,
	IStructure dataStructure,
	IStructure referencedStructure
)

Parameters

name
Type: System.String
The name.
description
Type: System.String
The description.
dataStructure
Type: Dundas.BI.Data.Metadata.IStructure
The primary structure.
referencedStructure
Type: Dundas.BI.Data.Metadata.IStructure
The referenced structure.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataStructure or referencedStructure is null.
See Also