Click or drag to resize

BsonDocumentContains Method

Tests whether the document contains an element with the specified name.

Namespace:  MongoDB.Bson
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public virtual bool Contains(
	string name
)

Parameters

name
Type: SystemString
The name of the element to look for.

Return Value

Type: Boolean
True if the document contains an element with the specified name.
See Also