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
Properties
ElementName
public string ElementName { get; init; }
Property Value
TableName
public string TableName { get; init; }