예제 #1
0
 public virtual void Update(T entity)
 {
     GetTable().Attach(entity);
     dataContext.Refresh(RefreshMode.KeepCurrentValues, entity);
 }