Enum InsertFlags
Flags used with the Insert method in MongoCollection.
[Flags]
public enum InsertFlags
- Extension Methods
Fields
None = 0
No flags.
ContinueOnError = 1
Continue with the remaining documents even if one of the documents resulted in an error.