ForeignKeyDefinition..::..PrimaryTable Property
Gets the primary ("One") table.
Namespace:
RingSoft.DbLookup.ModelDefinitionAssembly: 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); }