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

ForeignKeyDefinition..::..PrimaryTable Property

Gets the primary ("One") table.

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

Syntax


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

Field Value

The primary table.