次の方法で共有


DiscriminatorBuilder.IConventionDiscriminatorBuilder.CanSetIsComplete メソッド

定義

識別子のマッピングが完了したかどうかを示す値を、この構成ソースから設定できるかどうかを示す値を返します。

bool IConventionDiscriminatorBuilder.CanSetIsComplete (bool complete, bool fromDataAnnotation);
[System.Diagnostics.DebuggerStepThrough]
bool IConventionDiscriminatorBuilder.CanSetIsComplete (bool complete, bool fromDataAnnotation);
abstract member Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionDiscriminatorBuilder.CanSetIsComplete : bool * bool -> bool
override this.Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionDiscriminatorBuilder.CanSetIsComplete : bool * bool -> bool
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionDiscriminatorBuilder.CanSetIsComplete : bool * bool -> bool
override this.Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionDiscriminatorBuilder.CanSetIsComplete : bool * bool -> bool
Function CanSetIsComplete (complete As Boolean, fromDataAnnotation As Boolean) As Boolean Implements IConventionDiscriminatorBuilder.CanSetIsComplete

パラメーター

complete
Boolean

この識別子マッピングが完了したかどうかを示す値。

fromDataAnnotation
Boolean

構成がデータ注釈を使用して指定されたかどうかを示します。

戻り値

true この構成ソースから識別子の値を設定できる場合は 。

実装

属性

適用対象