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

ForeignKeyDefinition..::..FieldJoins Property

Gets the fields that join the primary and foreign tables together..

Namespace:  RingSoft.DbLookup.ModelDefinition
Assembly:  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 ();
}

Field Value

The field joins.