You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EnumFieldMapping and GuidFieldMapping implement MapToNamedField as if the values retrieved from the database would be string but these do not override the MapToDocument and use the base method (which does not convert the values into string). MapToDocument should be overridden which should convert the values into string first.
The text was updated successfully, but these errors were encountered:
bilalhaider
changed the title
Enum properties are not stored and retrieved properly
Enum and Guid properties are not stored and retrieved properly
Jan 16, 2018
EnumFieldMapping and GuidFieldMapping implement MapToNamedField as if the values retrieved from the database would be string but these do not override the MapToDocument and use the base method (which does not convert the values into string). MapToDocument should be overridden which should convert the values into string first.
The text was updated successfully, but these errors were encountered: