RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

TableFieldJoinDefinition..::..ForeignKeyDefinition Property

Gets the foreign key definition.

Namespace:  RingSoft.DbLookup.TableProcessing
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public ForeignKeyDefinition ForeignKeyDefinition { get; set; }
Public Property ForeignKeyDefinition As ForeignKeyDefinition
	Get
	Set
public:
property ForeignKeyDefinition^ ForeignKeyDefinition {
	ForeignKeyDefinition^ get ();
	void set (ForeignKeyDefinition^ value);
}

Field Value

The foreign key definition.