Show / Hide Table of Contents

Class RelationshipDetails

Details about a relationship column.

Inheritance
object
RelationshipDetails
Implements
IMessage<RelationshipDetails>
IEquatable<RelationshipDetails>
IDeepCloneable<RelationshipDetails>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Area120.Tables.V1Alpha1
Assembly: Google.Area120.Tables.V1Alpha1.dll
Syntax
public sealed class RelationshipDetails : IMessage<RelationshipDetails>, IEquatable<RelationshipDetails>, IDeepCloneable<RelationshipDetails>, IBufferMessage, IMessage

Constructors

RelationshipDetails()

Declaration
public RelationshipDetails()

RelationshipDetails(RelationshipDetails)

Declaration
public RelationshipDetails(RelationshipDetails other)
Parameters
Type Name Description
RelationshipDetails other

Properties

LinkedTable

The name of the table this relationship is linked to.

Declaration
public string LinkedTable { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX