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

ForeignKeyDefinition..::..ForeignTable Property

Gets the foreign ("Many") table.

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

Syntax


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

Field Value

The foreign table.