Is there a way to use the adapter to accomplish something like this:
UPDATE my-table SET column1 = column2 WHERE some-condition;
It looks like the UpdateEntitiesDirectly or UnitOfWork are close to what I need, but the examples I've found set "column1" to a "constant", not another "column".