Beispiel #1
0
        public string FormatearSQL_HTML(string Script)
        {
            BLFormatSQL formatter = new BLFormatSQL();

            return(formatter.FormatTSqlToHTML(Script));
        }