Show / Hide Table of Contents

Class TableConstraints.ForeignKeysData.ColumnReferencesData

Required. The columns that compose the foreign key.

Inheritance
object
TableConstraints.ForeignKeysData.ColumnReferencesData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class TableConstraints.ForeignKeysData.ColumnReferencesData

Properties

ReferencedColumn

Required. The column in the primary key that are referenced by the referencing_column.

Declaration
[JsonProperty("referencedColumn")]
public virtual string ReferencedColumn { get; set; }
Property Value
Type Description
string

ReferencingColumn

Required. The column that composes the foreign key.

Declaration
[JsonProperty("referencingColumn")]
public virtual string ReferencingColumn { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX