What steps will reproduce the problem?
1. In firebird database create table with fields as nullable (just firgive to
add 'NOT NULL', but use domain which says that it is can not be null.
2. The generated dbml will contain wrong CanBeNull="true"
What is the expected output? What do you see instead?
Should be CanBeNull="false"
What version of the product are you using? On what operating system?
2.0.1
win8 x64
Please provide any additional information below.
Attached patch to fix that problem.