This SQL statement below, when used is returned multiple rows.
Now, how exactly can I do use bitwise calculation in C# instead of the database? I'm working on building C# version and not have to rely on using the database too much.
How exactly does C# bitwise operator works?
SELECT CustomerMsg
CustomerMsg
FROM BookItOut_DataReloading_DealerSalesErrorCode
WHERE ((BitwiseErrorCode & '17314086912') = BitwiseErrorCode)