Table of Contents

Class SourceRelation

Namespace
The.Import.Data
Assembly
Instagile.dll

represents multistage columnar data from the datasource, destined to be collapsed into a single relationship

public class SourceRelation
Inheritance
SourceRelation
Inherited Members

Constructors

SourceRelation(Guid, IEnumerable<SourceKey>)

public SourceRelation(Guid relationshipID, IEnumerable<SourceKey> targets)

Parameters

relationshipID Guid
targets IEnumerable<SourceKey>

Fields

FormingRelationshipID

id of the corresponding relationship in the app model

public readonly Guid FormingRelationshipID

Field Value

Guid

Stages

datasource-specific identifiers for the tables and columns candidate keys at each stage of the relationship

public readonly SourceKey[] Stages

Field Value

SourceKey[]

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.