Home
Options

StartsWith results all rows

edited August 2012
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

Sign In or Register to comment.