示例#1
0
 public IList GetListLikeEq(Type type, String EqProperty, Object EqValue, String LikeProperty, Object LikeValue)
 {
     //BaseDataAccess mgr = new BaseDataAccess();
     using (mgr)
         return(mgr.GetListLikeEqPropertyValue(type, EqProperty, EqValue, LikeProperty, LikeValue));
 }