¡@

Home 

c# Programming Glossary: isor

LINQ to SQL - How to efficiently do either an AND or an OR search for multiple criteria

http://stackoverflow.com/questions/2500972/linq-to-sql-how-to-efficiently-do-either-an-and-or-an-or-search-for-multiple-c

IQueryable T source Expression Func T TValue selector bool isOr use isOr value to determine what expression to build and add.. T source Expression Func T TValue selector bool isOr use isOr value to determine what expression to build and add to the source.. what expression to build and add to the source where 'isOr' will determine whether to use an 'and' expression or an 'or'..