Hi,
I am using LLBLGen Pro 3.1, VS2010 & SQL 2008
I have table column defined char(9) null and trying to insert null value into this. I am passing Nothing in Entity but looks like database get 9 black spaces.
ORM Profile Values:
Ordinal Name DbType Direction Nullable Size Precision Scale Value Before Execution Value After Execution
58 @p59 AnsiStringFixedLength Input Checked 9 0 0
SQL Profiler
@p59=' '
why llblgen is inserting 9 black spaces in database?
Rishi