Support a default value for DbString.IsAnsi
It is painful and easy to forget to set `DbString.IsAnsi = true` when dealing with databases that mainly use char/varchar data types (as opposed to nchar/nvarchar). This patch allows a default value for `DbString.IsAnsi` to be configured via the `DefaultStringDbType` static property.
Showing
Please register or sign in to comment