Class LookupDetails
Details about a lookup column whose value comes from the associated relationship.
Implements
Namespace: Google.Area120.Tables.V1Alpha1
Assembly: Google.Area120.Tables.V1Alpha1.dll
Syntax
public sealed class LookupDetails : IMessage<LookupDetails>, IEquatable<LookupDetails>, IDeepCloneable<LookupDetails>, IBufferMessage, IMessage
Constructors
LookupDetails()
Declaration
public LookupDetails()
LookupDetails(LookupDetails)
Declaration
public LookupDetails(LookupDetails other)
Parameters
Type | Name | Description |
---|---|---|
LookupDetails | other |
Properties
RelationshipColumn
The name of the relationship column associated with the lookup.
Declaration
public string RelationshipColumn { get; set; }
Property Value
Type | Description |
---|---|
string |
RelationshipColumnId
The id of the relationship column.
Declaration
public string RelationshipColumnId { get; set; }
Property Value
Type | Description |
---|---|
string |