var query = dc.Languages .Where(p => p.LangName.StartsWith(txtBxLangNameFilter.Text));
You must be logged in to post a comment.
Comments