示例#1
0
 public IList GetSortedListLike(Type type, String LikeProperty, Object LikeValue, String sortProperty)
 {
     //BaseDataAccess mgr = new BaseDataAccess();
     using (mgr)
         return(mgr.GetListLikePropertyValueSort(type, LikeProperty, LikeValue, sortProperty));
 }