StartsWith results all rows

ramnz2
edited August 2012 in General
when I query from s in Services
where s.Code.StartsWith("")
select s
I get all my rows, isn't it suppose to return none rows...I beleive this query is asking for start with emptystring, correct? any explanation will be gladly appreciated.

Comments