Group: Forum Members
Posts: 235,
Visits: 309
|
I hate to keep harping on this, but the current behavior for handling null string fields is a real PAIN in the patoot.
The default behavior should be that these fields are retrieved without throwing an exception, i.e. they should return string.Empty if dbNull is retreived. If should require an override to enable the bo to throw the "Unable to cast object of type 'System.DBNull' to type 'System.String'." exception.
|