C# LINQ Like operator

C# LINQ Like operator

 
   (from p in entity.PLAYER_VIEW where(p.PLAYER_NAME.Contains(id)) select p).ToList();