Entity Framework and 'char' type mapping
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, In one of my tables I have a column with type char(1). When I used LINQ to SQL, this column was correctly mapped to "char" type but when using Entity Framework its being mapped to "String" type as opposed to "char". Also there isn't seem to be an option in the Type drop down to select "char". Can anyone shed some light on this matter?