ForeignKeyDefinition..::..FieldJoins Property
Gets the fields that join the primary and foreign tables together..
Namespace:
RingSoft.DbLookup.ModelDefinitionAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public IReadOnlyList<ForeignKeyFieldJoin> FieldJoins { get; }
Public ReadOnly Property FieldJoins As IReadOnlyList(Of ForeignKeyFieldJoin) Get
public: property IReadOnlyList<ForeignKeyFieldJoin^>^ FieldJoins { IReadOnlyList<ForeignKeyFieldJoin^>^ get (); }