namespace: Serenity.Data.Schema assembly: Serenity.Net.Data
SQL metadata for a foreign key
public class ForeignKeyInfo
name | description |
---|---|
ForeignKeyInfo() | The default constructor. |
FKColumn { get; set; } | Gets or sets the foreign key column. |
FKName { get; set; } | Gets or sets the name of the foreign key. |
PKColumn { get; set; } | Gets or sets the primary key column. |
PKSchema { get; set; } | Gets or sets the primary key schema. |
PKTable { get; set; } | Gets or sets the primary key table. |
- Source: ForeignKeyInfo.cs