When I try to deserialize a record containing string represented by ...DbString...:...class Record
{
public DbString Text {get; set;}
}
...I get error ...{"Invalid cast from 'System.String' to 'Dapper.DbString'."}...Am I misusing DbString in this case?...