You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expression.Update is annotated to return nullable, although it doesn't to actually return null in any code path. In general, Update methods in System.Linq.Expressions never turn null.