Click or drag to resize
UpdateDefinitionBuilderTDocumentBitwiseOrTField Method (FieldDefinitionTDocument, TField, TField)
Creates a bitwise or operator.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.4.1
Syntax
public UpdateDefinition<TDocument> BitwiseOr<TField>(
	FieldDefinition<TDocument, TField> field,
	TField value
)

Parameters

field
Type: MongoDB.DriverFieldDefinitionTDocument, TField
The field.
value
Type: TField
The value.

Type Parameters

TField
The type of the field.

Return Value

Type: UpdateDefinitionTDocument
A bitwise or operator.
See Also