Search Results for

    Show / Hide Table of Contents

    Class DefaultForeignKeyNameConvention

    The default implementation of a IForeignKeyConvention

    Inheritance
    object
    DefaultForeignKeyNameConvention
    Implements
    IForeignKeyConvention
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner.Conventions
    Assembly: FluentMigrator.Runner.Core.dll
    Syntax
    public class DefaultForeignKeyNameConvention : IForeignKeyConvention
    Remarks

    It sets the default name of a foreign key.

    Methods

    Apply(IForeignKeyExpression)

    Applies a convention to a IForeignKeyExpression

    Declaration
    public IForeignKeyExpression Apply(IForeignKeyExpression expression)
    Parameters
    Type Name Description
    IForeignKeyExpression expression

    The expression this convention should be applied to

    Returns
    Type Description
    IForeignKeyExpression

    The same or a new expression. The underlying type must stay the same.

    Implements

    IForeignKeyConvention
    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.