Search Results for

    Show / Hide Table of Contents

    Class TriggerInfo

    Inheritance
    object
    TriggerInfo
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: FluentMigrator.Runner.Processors.Firebird
    Assembly: FluentMigrator.Runner.Firebird.dll
    Syntax
    public sealed class TriggerInfo

    Properties

    Before

    Declaration
    public bool Before { get; }
    Property Value
    Type Description
    bool

    Body

    Declaration
    public string Body { get; }
    Property Value
    Type Description
    string

    Event

    Declaration
    public TriggerEvent Event { get; }
    Property Value
    Type Description
    TriggerEvent

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    OnDelete

    Declaration
    public bool OnDelete { get; }
    Property Value
    Type Description
    bool

    OnInsert

    Declaration
    public bool OnInsert { get; }
    Property Value
    Type Description
    bool

    OnUpdate

    Declaration
    public bool OnUpdate { get; }
    Property Value
    Type Description
    bool

    Sequence

    Declaration
    public int Sequence { get; }
    Property Value
    Type Description
    int

    Type

    Declaration
    public int Type { get; }
    Property Value
    Type Description
    int

    Methods

    Read(FirebirdProcessor, TableInfo)

    Declaration
    public static List<TriggerInfo> Read(FirebirdProcessor processor, TableInfo table)
    Parameters
    Type Name Description
    FirebirdProcessor processor
    TableInfo table
    Returns
    Type Description
    List<TriggerInfo>
    In this article
    Back to top
    Copyright © 2018 Fluent Migrator Project
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.