IConventionTrigger.Builder Property

Definition

Gets the builder that can be used to configure this trigger.

public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionTriggerBuilder Builder { get; }
member this.Builder : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionTriggerBuilder
Public ReadOnly Property Builder As IConventionTriggerBuilder

Property Value

Exceptions

If the trigger has been removed from the model.

Applies to