Example #1
0
        public static Int32 DeleteException(Int32 exceptionId)
        {
            ExceptionDSTableAdapter ta = new ExceptionDSTableAdapter();

            ta.Connection.ConnectionString = UcConnection.ConnectionString;
            return(ta.Delete(exceptionId));
        }