EntityFramework6.Npgsql icon indicating copy to clipboard operation
EntityFramework6.Npgsql copied to clipboard

Equals does not work when the column is string

Open john182 opened this issue 7 years ago • 0 comments

Equals does not work when the column is string type and using double quotation marks :

ctx.Pessoa.where(p=>p.Tipo.Equal("F"));

john182 avatar Nov 17 '17 03:11 john182