Example #1
0
 public bool DelViewAndChildren(string QueryModelID)
 {
     try
     {
         OraMetaDataFactroy _of = new OraMetaDataFactroy();
         return(_of.DelViewAndChildren(QueryModelID));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }