IComplexPropertyNullabilityChangedConvention Interface

Definition

Represents an operation that should be performed when the nullability for a complex property is changed.

public interface IComplexPropertyNullabilityChangedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IComplexPropertyNullabilityChangedConvention = interface
    interface IConvention
Public Interface IComplexPropertyNullabilityChangedConvention
Implements IConvention
Implements

Remarks

See Model building conventions for more information and examples.

Methods

ProcessComplexPropertyNullabilityChanged(IConventionComplexPropertyBuilder, IConventionContext<Nullable<Boolean>>)

Called after the nullability for a complex property is changed.

Applies to