Class DbMetaTrigger
Represents metadata for a database trigger.
public class DbMetaTrigger : DbMetaObject
- Inheritance
-
DbMetaTrigger
- Inherited Members
- Extension Methods
Properties
DisplayText
Gets a descriptive, formatted string representation of the trigger metadata.
public override string DisplayText { get; }
Property Value
TableName
Gets or sets the name of the table associated with this trigger.
public string TableName { get; set; }
Property Value
TriggerType
Gets or sets the trigger execution type and event timing (e.g., BEFORE INSERT, AFTER UPDATE).
public string TriggerType { get; set; }