Search Results for

    Show / Hide Table of Contents

    Interface IForeignKeyCascadeSyntax<TNext, TNextFk>

    Namespace: FluentMigrator.Builders
    Assembly: FluentMigrator.Abstractions.dll
    Syntax
    public interface IForeignKeyCascadeSyntax<TNext, TNextFk> where TNext : IFluentSyntax where TNextFk : IFluentSyntax
    Type Parameters
    Name Description
    TNext
    TNextFk

    Methods

    OnDelete(Rule)

    Declaration
    TNextFk OnDelete(Rule rule)
    Parameters
    Type Name Description
    Rule rule
    Returns
    Type Description
    TNextFk

    OnDeleteOrUpdate(Rule)

    Declaration
    TNext OnDeleteOrUpdate(Rule rule)
    Parameters
    Type Name Description
    Rule rule
    Returns
    Type Description
    TNext

    OnUpdate(Rule)

    Declaration
    TNextFk OnUpdate(Rule rule)
    Parameters
    Type Name Description
    Rule rule
    Returns
    Type Description
    TNextFk
    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.