Table of Contents

Class RelationshipReference

Namespace
JJMasterData.Commons.Data.Entity.Models
Assembly
JJMasterData.Commons.dll

Represents the equivalent table name of an element.

public record RelationshipReference : IEquatable<RelationshipReference>
Inheritance
RelationshipReference
Implements
Inherited Members

Constructors

RelationshipReference(string, string)

Represents the equivalent table name of an element.

public RelationshipReference(string ElementName, string TableName)

Parameters

ElementName string
TableName string

Properties

ElementName

public string ElementName { get; init; }

Property Value

string

TableName

public string TableName { get; init; }

Property Value

string