MongoDB.Driver.MongoInsertOptions.MongoInsertOptions C# (CSharp) Method

MongoInsertOptions() public method

Initializes a new instance of the MongoInsertOptions class.
public MongoInsertOptions ( ) : System
return System
        public MongoInsertOptions()
        {
            _checkElementNames = true;
            _flags = InsertFlags.None;
        }

Same methods

MongoInsertOptions::MongoInsertOptions ( MongoCollection collection ) : System
MongoInsertOptions