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) |
取得定義這個觸發程式之資料表的架構。 |