Dashing.Engine.Dialects.SqliteDialect.CreateForeignKey C# (CSharp) Method

CreateForeignKey() public method

public CreateForeignKey ( ForeignKey foreignKey ) : string
foreignKey Dashing.Configuration.ForeignKey
return string
        public override string CreateForeignKey(ForeignKey foreignKey) {
            return string.Empty; // Not supported yet - needs to drop and recreate tables etc
        }