bltoolkit
bltoolkit copied to clipboard
Extend InsertOrUpdate overload to support single insertOrUpdateSetter
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)
I think it can be implemented as a helper method in your project if you really need it.