This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi, I am now trying to replace the linq-Queries by Query-Objects. Things are working quite well, but I was not able to figure out, how to do a bitmask comparison: result = queryable.Where(t => (t.Bitmask & options) == options); Bitmask and options are bitmasks coded into a long EntityProperty or variable. How can I write this Query using the Query-Object? Regards, Dennis |
|
|
This should translate to:
|
|