Class TriggerInfo
Assembly: FluentMigrator.Runner.Firebird.dll
Syntax
public sealed class TriggerInfo
Properties
|
Edit this page
View Source
Before
Declaration
public bool Before { get; }
Property Value
|
Edit this page
View Source
Body
Declaration
public string Body { get; }
Property Value
|
Edit this page
View Source
Event
Declaration
public TriggerEvent Event { get; }
Property Value
|
Edit this page
View Source
Name
Declaration
public string Name { get; }
Property Value
|
Edit this page
View Source
OnDelete
Declaration
public bool OnDelete { get; }
Property Value
|
Edit this page
View Source
OnInsert
Declaration
public bool OnInsert { get; }
Property Value
|
Edit this page
View Source
OnUpdate
Declaration
public bool OnUpdate { get; }
Property Value
|
Edit this page
View Source
Sequence
Declaration
public int Sequence { get; }
Property Value
|
Edit this page
View Source
Type
Declaration
Property Value
Methods
|
Edit this page
View Source
Read(FirebirdProcessor, TableInfo)
Declaration
public static List<TriggerInfo> Read(FirebirdProcessor processor, TableInfo table)
Parameters
Returns