AceQL HTTP C# Client SDK v7.5.2

ExportedKey Properties

The ExportedKey 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.
(Inherited from ForeignKey.)
Public property DeleteRule
Gets or sets the delete rule.
(Inherited from ForeignKey.)
Public property ForeignKeyCatalog
Gets or sets the foreign key catalog.
(Inherited from ForeignKey.)
Public property ForeignKeyColumn
Gets or sets the foreign key column.
(Inherited from ForeignKey.)
Public property ForeignKeyName
Gets or sets the name of the foreign key.
(Inherited from ForeignKey.)
Public property ForeignKeySchema
Gets or sets the foreign key schema.
(Inherited from ForeignKey.)
Public property ForeignKeyTable
Gets or sets the foreign key table.
(Inherited from ForeignKey.)
Public property KeySequence
Gets or sets the key sequence.
(Inherited from ForeignKey.)
Public property PrimaryKeyColumn
Gets or sets the primary key column.
(Inherited from ForeignKey.)
Public property PrimaryKeyName
Gets or sets the name of the primary key.
(Inherited from ForeignKey.)
Public property PrimaryKeyTable
Gets or sets the primary key table.
(Inherited from ForeignKey.)
Public property Schema
Gets or sets the schema.
(Inherited from CatalogAndSchema.)
Public property UpdateRule
Gets or sets the update rule.
(Inherited from ForeignKey.)