2
Reply

How to use LIKE keyword in Windows Phone 7

Riya Sehgal

Riya Sehgal

Jul 14 2011 6:37 AM
1.8k

How to implement LIKE operator in this statement, this line display the exactly matched record from the database but I want to display the all matching records which contain the text what I type in textbox. 

where var.Attribute("AuthorName").Value.ToLower() == textBox1.Text.ToLower()


Answers (2)