MetaChildrenColumn.IsManyToMany Property

Definition

Gets a value that indicates the many-to-many relationship status of the column.

public:
 property bool IsManyToMany { bool get(); };
public bool IsManyToMany { get; }
member this.IsManyToMany : bool
Public ReadOnly Property IsManyToMany As Boolean

Property Value

true if the column relationship is many-to-many; otherwise, false.

Applies to