Table of Contents

Interface IMutableTrigger

Namespace
Microsoft.EntityFrameworkCore.Metadata
Assembly
Microsoft.EntityFrameworkCore.dll

Represents a store trigger.

public interface IMutableTrigger : IReadOnlyTrigger, IMutableAnnotatable, IReadOnlyAnnotatable
Inherited Members

Remarks

Since triggers features vary across databases, this is mainly an extension point for providers to add their own annotations.

See Database triggers for more information and examples.

Properties

EntityType

Gets the IMutableEntityType on which this trigger is defined.

IMutableEntityType EntityType { get; }

Property Value

IMutableEntityType