RuntimeTrigger 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示表上的数据库触发器。
public class RuntimeTrigger : Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase, Microsoft.EntityFrameworkCore.Metadata.ITrigger
type RuntimeTrigger = class
inherit AnnotatableBase
interface ITrigger
interface IReadOnlyTrigger
interface IReadOnlyAnnotatable
interface IAnnotatable
Public Class RuntimeTrigger
Inherits AnnotatableBase
Implements ITrigger
- 继承
- 实现
构造函数
RuntimeTrigger(RuntimeEntityType, String) |
初始化 RuntimeTrigger 类的新实例。 |
属性
DebugView |
这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,而无需通知。 仅应在代码中非常谨慎地直接使用它,并且知道在更新到新的 Entity Framework Core 版本时这样做可能会导致应用程序失败。 |
EntityType |
获取定义此触发器时所基于的实体类型。 |
IsReadOnly |
指示当前对象是否为只读。 (继承自 AnnotatableBase) |
Item[String] |
获取具有给定名称的值批注,如果不存在,则返回 |
ModelName |
获取模型中触发器的名称。 |
方法
显式接口实现
IAnnotatable.AddRuntimeAnnotation(String, Object) |
向此对象添加运行时注释。 如果已存在具有指定名称的批注,则引发 。 (继承自 AnnotatableBase) |
IAnnotatable.FindRuntimeAnnotation(String) |
获取具有给定名称的运行时注释,如果不存在,则返回 |
IAnnotatable.GetRuntimeAnnotations() |
获取当前 对象上的所有运行时注释。 (继承自 AnnotatableBase) |
IAnnotatable.RemoveRuntimeAnnotation(String) |
从此对象中删除给定的运行时注释。 (继承自 AnnotatableBase) |
IAnnotatable.SetRuntimeAnnotation(String, Object) |
设置存储在给定键下的运行时注释。 如果具有指定名称的注释已存在,则覆盖现有批注。 (继承自 AnnotatableBase) |
IReadOnlyAnnotatable.FindAnnotation(String) |
获取具有给定名称的批注,如果不存在,则返回 |
IReadOnlyAnnotatable.GetAnnotations() |
获取当前对象上的所有批注。 (继承自 AnnotatableBase) |
IReadOnlyAnnotatable.Item[String] |
获取具有给定名称的批注的值,如果不存在,则返回 |
IReadOnlyTrigger.EntityType |
获取定义此触发器时所基于的实体类型。 |
扩展方法
GetDatabaseName(IReadOnlyTrigger) |
获取数据库中触发器的名称。 |
GetDatabaseName(IReadOnlyTrigger, StoreObjectIdentifier) |
获取触发器的数据库名称。 |
GetDefaultDatabaseName(IReadOnlyTrigger) |
返回将用于数据库中此触发器的默认名称。 |
GetDefaultDatabaseName(IReadOnlyTrigger, StoreObjectIdentifier) |
返回将用于此触发器的默认数据库名称。 |
GetTableName(IReadOnlyTrigger) |
获取定义此触发器的表的名称。 |
GetTableSchema(IReadOnlyTrigger) |
获取定义此触发器的表的架构。 |