AceQL.Client.Api Namespace
AceQL.Client.Api.Metadata Namespace
AceQL HTTP C# Client SDK v7.3

ForeignKey Properties

The ForeignKey type exposes the following members.

Properties


  Name Description
Public property Catalog
Gets or sets the catalog.
(Inherited from CatalogAndSchema.)
Public property Deferrability
Gets or sets the deferrability.
Public property DeleteRule
Gets or sets the delete rule.
Public property ForeignKeyCatalog
Gets or sets the foreign key catalog.
Public property ForeignKeyColumn
Gets or sets the foreign key column.
Public property ForeignKeyName
Gets or sets the name of the foreign key.
Public property ForeignKeySchema
Gets or sets the foreign key schema.
Public property ForeignKeyTable
Gets or sets the foreign key table.
Public property KeySequence
Gets or sets the key sequence.
Public property PrimaryKeyColumn
Gets or sets the primary key column.
Public property PrimaryKeyName
Gets or sets the name of the primary key.
Public property PrimaryKeyTable
Gets or sets the primary key table.
Public property Schema
Gets or sets the schema.
(Inherited from CatalogAndSchema.)
Public property UpdateRule
Gets or sets the update rule.