True if this table is a candidate to act as a junction table behind a many-to-many association in the conceptual model.

Namespace: HuagatiEDMXTools
Assembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765

Syntax

C#
public bool IsJunctionCandidate { get; }
Visual Basic
Public ReadOnly Property IsJunctionCandidate As Boolean
	Get
Visual C++
public:
property bool IsJunctionCandidate {
	bool get ();
}

See Also