DiscriminatorBuilder.IConventionDiscriminatorBuilder.CanSetIsComplete Method

Definition

Returns a value indicating whether the discriminator mapping is complete can be set from this configuration source.

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

Parameters

complete
Boolean

The value indicating if this discriminator mapping is complete.

fromDataAnnotation
Boolean

Indicates whether the configuration was specified using a data annotation.

Returns

true if the discriminator value can be set from this configuration source.

Implements

Attributes

Applies to