MongoDB.Driver.MongoInsertOptions.MongoInsertOptions C# (CSharp) 메소드

MongoInsertOptions() 공개 메소드

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

Same methods

MongoInsertOptions::MongoInsertOptions ( MongoCollection collection ) : System
MongoInsertOptions