Share via


RuntimeTrigger(RuntimeEntityType, String) Constructor

Definition

Initializes a new instance of the RuntimeTrigger class.

public RuntimeTrigger (Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType entityType, string modelName);
new Microsoft.EntityFrameworkCore.Metadata.RuntimeTrigger : Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType * string -> Microsoft.EntityFrameworkCore.Metadata.RuntimeTrigger
Public Sub New (entityType As RuntimeEntityType, modelName As String)

Parameters

entityType
RuntimeEntityType

The entity type.

modelName
String

The name in the model.

Applies to