After executing the following:
entEmail.Subject = "this seems to be a new issue with LLBLGen 2.5"
entEmail.Subject = null,
entEmail.Subject still has the value of "this seems to be a new issue with LLBLGen 2.5"
TypeDefaultValue is not being called (breakpoint is not being hit).
The Subject field is a varchar(50) and does not allow Nulls.
project properties:
ConvertNulledReferenceTypesToDefaultValue = True
GenerateNullalbeFieldsAsNullableTypes = True
(however, this second setting shouldn't matter since the Subject field does not allow Nulls in the db anyway)
It's like the ConvertNulledReferenceTypesToDefaultValue flag being ignored or something.
Any suggestions?
config:
LLBLGen Pro 2.5 with SQL Svr 2005 (have the same issue with LLBLGen Pro 2.6)
SelfServicing
target platform .NET 3.5
using the 2.0 runtimes
Thanks !