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 (26.2.0.1000)
Syntax
public Relationship(
	string? name,
	string? description,
	IStructure dataStructure,
	IStructure referencedStructure
)

Parameters

name  String
The name.
description  String
The description.
dataStructure  IStructure
The primary structure.
referencedStructure  IStructure
The referenced structure.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataStructure or referencedStructure is .
See Also