ForeignKeyInfo.FKColumn property

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

Gets or sets the foreign key column.

public string FKColumn { get; set; }

Property Value

The foreign key column.

See Also