Class RelationshipDetails
Details about a relationship column.
Implements
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 |