Class DataModelRelationship

DataModelRelationship class

Represents a single relationship in the spreadsheet data model.

public class DataModelRelationship

Properties

NameDescription
ForeignKeyColumn { get; }Gets the name of the foreign key table column for this relationship.
ForeignKeyTable { get; }Gets the name of the foreign key table for this relationship.
PrimaryKeyColumn { get; }Gets the name of the primary key table column for this relationship.
PrimaryKeyTable { get; }Gets the name of the primary key table for this relationship.

See Also