I need to filter out records based on some text matching in nvarchar(1000) column. Table has more than 400 thousands reco开发者_JAVA技巧rds and growing. For now, I am using Like condition:-
var query = (from u in results select u).AsQueryable(); //Build where clause if (!string.IsNullOrEmpty(userRequest.searchData))
In WinForms we could specify DialogResult for buttons. In WPF we can declare in XAML only Cancel button: