SQLProvider

Relationship Type

Represents a foreign key relationship between two database tables. Used for automatic navigation property generation and join optimization.

Record fields

Record Field Description

ForeignKey

Full Usage: ForeignKey

Field type: string

The column name of the foreign key

Field type: string

ForeignTable

Full Usage: ForeignTable

Field type: string

The name of the table containing the foreign key

Field type: string

Name

Full Usage: Name

Field type: string
Field type: string

PrimaryKey

Full Usage: PrimaryKey

Field type: string

The column name of the primary key

Field type: string

PrimaryTable

Full Usage: PrimaryTable

Field type: string

The name of the table containing the primary key

Field type: string

Type something to start searching.