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()