Class SourceRelation
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
relationshipIDGuidtargetsIEnumerable<SourceKey>
Fields
FormingRelationshipID
id of the corresponding relationship in the app model
public readonly Guid FormingRelationshipID
Field Value
Stages
datasource-specific identifiers for the tables and columns candidate keys at each stage of the relationship
public readonly SourceKey[] Stages
Field Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.