NHibernate find
Posted
by Cory
on Stack Overflow
See other posts from Stack Overflow
or by Cory
Published on 2009-06-09T06:23:12Z
Indexed on
2010/04/14
0:03 UTC
Read the original article
Hit count: 151
nhibernate
|c#
I have a 'Customer' table with 'FirstName' and 'LastName' columns. I have to execute a search on the 'Customer' table after 'FirstName', 'LastName' and 'FirstName + LastName' depending on a TextBox text. What's the besty way/query to implement this using NHibernate or SQL query?
© Stack Overflow or respective owner