Sdílet prostřednictvím


DiscriminatorBuilder.IConventionDiscriminatorBuilder.CanSetIsComplete Metoda

Definice

Vrátí hodnotu označující, zda je diskriminující mapování dokončeno, lze nastavit z tohoto zdroje konfigurace.

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

Parametry

complete
Boolean

Hodnota označující, jestli je toto diskriminující mapování dokončeno.

fromDataAnnotation
Boolean

Určuje, zda byla konfigurace zadána pomocí datové poznámky.

Návraty

true pokud je možné z tohoto zdroje konfigurace nastavit diskriminující hodnotu.

Implementuje

Atributy

Platí pro