예제 #1
0
        public static bool SchemaScriptHasBeenRun(Guid applicationId, String scriptFile)
        {
            try
            {
                return(DBPortal.SchemaScriptHistoryExists(applicationId, scriptFile));
            }
            catch (DbException)
            { }

            return(false);
        }