Class InsertOneOptions
Options for inserting one document.
public sealed class InsertOneOptions
- Inheritance
-
InsertOneOptions
- Inherited Members
Properties
BypassDocumentValidation
Gets or sets a value indicating whether to bypass document validation.
public bool? BypassDocumentValidation { get; set; }
Property Value
- bool?
Comment
Gets or sets the comment.
public BsonValue Comment { get; set; }