다음을 통해 공유


CanManyToManyResponse.CanManyToMany Property

Definition

Gets the result of the request to see whether the table can participate in a many-to-many relationship.

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

Property Value

true if the table can participate in a many-to-many relationship; otherwise, false.

Applies to