Search Results for

    Show / Hide Table of Contents

    Interface IDeleteForeignKeyForeignColumnOrInSchemaSyntax

    Define the schema or foreign key column to delete

    Inherited Members
    IDeleteForeignKeyForeignColumnSyntax.ForeignColumn(string)
    IDeleteForeignKeyForeignColumnSyntax.ForeignColumns(params string[])
    Namespace: FluentMigrator.Builders.Delete.ForeignKey
    Assembly: FluentMigrator.Abstractions.dll
    Syntax
    public interface IDeleteForeignKeyForeignColumnOrInSchemaSyntax : IDeleteForeignKeyForeignColumnSyntax

    Methods

    | Edit this page View Source

    InSchema(string)

    Define the schema

    Declaration
    IDeleteForeignKeyForeignColumnSyntax InSchema(string foreignSchemaName)
    Parameters
    Type Name Description
    string foreignSchemaName

    The schema of the foreign key

    Returns
    Type Description
    IDeleteForeignKeyForeignColumnSyntax

    The next step

    • Edit this page
    • View Source
    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.