In my project, I have a Member class with:
public virtual string FirstName;
public virtual string LastName;
I'm familiar with using Criteria and Disjunctions to search against the columns individually, but how can I set things up so that "Davie Jones" will return the people with first name Davie and last name Jones (or vice versa) ?