Beispiel #1
0
 // added at 8 Mei 2007 14:58
 public IList GetListBetweenEqLikeValue(Type type, string betweenPropertyName, object fromBetweenValue, object toBetweenValue, string eqPropertyName, object eqValue, string likePropertyName, object likeValue)
 {
     using (mgr)
         return(mgr.GetListBetweenEqLikeValue(type, betweenPropertyName, fromBetweenValue, toBetweenValue, eqPropertyName, eqValue, likePropertyName, likeValue));
 }