共用方式為


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 如果可以從這個組態來源設定辨別子值,則為 。

實作

屬性

適用於