The C# BsonDocument.Contains method is used to determine whether a BsonDocument object contains a specific element with a specified name. It checks if the document has a field matching the given name and returns a boolean value indicating the presence or absence of the field.
C# (CSharp) BsonDocument.Contains - 60 examples found. These are the top rated real world C# (CSharp) examples of BsonDocument.Contains extracted from open source projects. You can rate examples to help us improve the quality of examples.