ForeignKeyInfo.FKName property

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

Gets or sets the name of the foreign key.

public string FKName { get; set; }

Property Value

The name of the foreign key.

See Also