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