bltoolkit icon indicating copy to clipboard operation
bltoolkit copied to clipboard

Extend InsertOrUpdate overload to support single insertOrUpdateSetter

Open Firebie opened this issue 13 years ago • 1 comments

It would be nice to have next overload of InsertOrUpdate:

public static int InsertOrUpdate<T>( [NotNull] this Table<T> target, [NotNull] Expression<Func<T>> insertOrUpdateSetter)

Firebie avatar Jan 29 '13 13:01 Firebie

I think it can be implemented as a helper method in your project if you really need it.

igor-tkachev avatar Jan 30 '13 04:01 igor-tkachev