Closed maxbrokman closed 8 years ago
Sometimes database results may bring back NULL results, either because the property is nullable or as a result of an empty left join. In this case entities will be hydrated with null, rather than failing due to an invalid enum type.
This will resolve #1
Looks good. Thanks for your contribution!
Sometimes database results may bring back NULL results, either because the property is nullable or as a result of an empty left join. In this case entities will be hydrated with null, rather than failing due to an invalid enum type.
This will resolve #1