AssociationType.IsForeignKey プロパティ
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
列が外部キーであるかどうかを示すブール型のプロパティ値を取得します。
名前空間: System.Data.Entity.Core.Metadata.Edm
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Public ReadOnly Property IsForeignKey As Boolean
Get
'使用
Dim instance As AssociationType
Dim value As Boolean
value = instance.IsForeignKey
public bool IsForeignKey { get; }
public:
property bool IsForeignKey {
bool get ();
}
member IsForeignKey : bool
function get IsForeignKey () : boolean
プロパティ値
型 : System.Boolean
列が外部キーであるかどうかを示すブール値。true の場合、列は外部キーです。false (既定値) の場合、列は外部キーではありません。