Dashing.Engine.Dialects.SqliteDialect.CreateForeignKey C# (CSharp) Méthode

CreateForeignKey() public méthode

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