Table of Contents

Class DbMetaTrigger

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

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

string

TableName

Gets or sets the name of the table associated with this trigger.

public string TableName { get; set; }

Property Value

string

TriggerType

Gets or sets the trigger execution type and event timing (e.g., BEFORE INSERT, AFTER UPDATE).

public string TriggerType { get; set; }

Property Value

string