I have table with some int and bit columns that can be null.
When I want to make update by its entity interface, how can I set these values to null?
Please check the documentation: "Using the generated code / Adapter (Or selfservicing) / Using the entity classes -> Entities, NULL values and defaults."