UpdateBuilder<TDocument>.BitwiseAnd Method |
Name | Description | |
---|---|---|
![]() | BitwiseAnd(Expression<Func<TDocument, Int32>>, Int32) |
Sets the named element to the bitwise and of its value with another value (see $bit with "and").
|
![]() | BitwiseAnd(Expression<Func<TDocument, Int64>>, Int64) |
Sets the named element to the bitwise and of its value with another value (see $bit with "and").
|