Пример #1
0
 // added at 16 maret 2007 13:35
 public IList GetOrderListNotEq(Type type, string sortPropertyName, string sortDirection, String NotEqProperty, Object NotEqValue)
 {
     //BaseDataAccess mgr = new BaseDataAccess();
     using (mgr)
         return(mgr.GetAllSortedListByNotPropertyValue(type, sortPropertyName, sortDirection, NotEqProperty, NotEqValue));
 }