Class TableConstraints.ForeignKeysData.ColumnReferencesData
Required. The columns that compose the foreign key.
Inherited Members
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 |