Table of Contents

Interface ITrigger

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

Represents a store trigger.

public interface ITrigger : IReadOnlyTrigger, IAnnotatable, 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 entity type on which this trigger is defined.

IEntityType EntityType { get; }

Property Value

IEntityType