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

MongoInsertOptions() private method

private MongoInsertOptions ( MongoCollection collection ) : System
collection MongoCollection
return System
        public MongoInsertOptions(MongoCollection collection) : this()
        {
            _writeConcern = collection.Settings.WriteConcern;
        }

Same methods

MongoInsertOptions::MongoInsertOptions ( ) : System
MongoInsertOptions