crit.Add(Expression.IsNotNull(sortField));
i want to add the condition where sortfield is not null or empty how do i do that
crit.Add(Expression.IsNotNull(sortField));
i want to add the condition where sortfield is not null or empty how do i do that