The EF will create Nvarchar data type from a property of type String.
Is there a list of how other types are treated by EF and what they will be represented as in the DB created from the model ? Thank you,
The EF will create Nvarchar data type from a property of type String .
Share
Check that mapping table: SQL-CLR Type Mapping. You can also change that default behavior using
DbType attribute: