Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1 KB

File metadata and controls

23 lines (17 loc) · 1 KB

ForeignKeyInfo class

namespace: Serenity.Data.Schema   assemblySerenity.Net.Data

SQL metadata for a foreign key

public class ForeignKeyInfo

Public Members

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.

See Also