I want to insert blank space or some default value if string is null or empty for all tables before insert (because Oracle considers blank value as null, but it's working fine with SQL Server). I am using Entity Framework 6.0.
After googling a lot, I found a similar answer here. But this does not work for me. It is showing an error
object does not contain definition for Value
How can I achieve this using Entity Framework interceptor?