Click or drag to resize

ImportableDBForeignKeyConstraint Properties

The ImportableDBForeignKeyConstraint type exposes the following members.

Properties
  NameDescription
Public propertyAppliedToTable
Gets or sets the table this FK constraint is applied to, i.e. the FK side.
Public propertyCustomProperties
Custom properties (name - value pairs) read from the schema.
Public propertyFieldPairs
Gets or sets the field pairs. Value1 is pk field, Value2 is fk field.
Public propertyName
Gets or sets the name.
Top
See Also