IElementTypeNullabilityChangedConvention Interface

Definition

Represents an operation that should be performed when the nullability on the elements of a collection property has changed.

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

Remarks

See Model building conventions for more information and examples.

Methods

ProcessElementTypeNullabilityChanged(IConventionElementTypeBuilder, IConventionContext<Nullable<Boolean>>)

Called after the nullability for an IConventionElementType is changed.

Applies to