Linq to oracle entities - convert decimal to string
859874May 23 2011 — edited May 25 2011hi ,
Im using entityframework beta for oracle
I need compare string to a decimal column in my linq to entities query so i need convert number column to varchar, but .toString is not supported nor Convert.ToString nor SQLFunction.ToVarchar(or something like that) so how can i achieve this? should i import db function or there is some other (easier) way?
Thx for answer