FieldTemplateUserControl.ForeignKeyPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the URL that links the current page to the page that displays the details of the foreign key entity.
protected:
property System::String ^ ForeignKeyPath { System::String ^ get(); };
protected string ForeignKeyPath { get; }
member this.ForeignKeyPath : string
Protected ReadOnly Property ForeignKeyPath As String
Property Value
The URL that links to the details of the foreign key data.
Remarks
If the data column has a many-to-one relationship, this property returns a URL that links to the page that displays the details of the foreign key entity. For example, in the Category column of the Product table in the Northwind Database, this method can return a link that goes to the details of the category that the product belongs to. This property applies to foreign key columns only.