次の方法で共有


AssociationAttribute.IsUnique プロパティ

定義

外部キーの一意性の制約を示す情報を取得または設定します。

public:
 property bool IsUnique { bool get(); void set(bool value); };
public bool IsUnique { get; set; }
member this.IsUnique : bool with get, set
Public Property IsUnique As Boolean

プロパティ値

既定値 = false

注釈

true の場合、このプロパティは true 1:1 のリレーションシップを示します。

適用対象