Dashing.Engine.Dialects.AnsiSqlDialect.DropForeignKey C# (CSharp) Method

DropForeignKey() public method

public DropForeignKey ( ForeignKey foreignKey ) : string
foreignKey Dashing.Configuration.ForeignKey
return string
        public override string DropForeignKey(ForeignKey foreignKey) {
            throw new InvalidOperationException("There is no Ansi-SQL way of dropping a foreign key.");
        }