C# 클래스 MongoDB.Driver.MongoInsertOptions

Represents the options to use for an Insert or InsertBatch operation.
파일 보기 프로젝트 열기: CloudMetal/mongo-csharp-driver 1 사용 예제들

Private Properties

프로퍼티 타입 설명
MongoInsertOptions System

공개 메소드들

메소드 설명
MongoInsertOptions ( ) : System

Initializes a new instance of the MongoInsertOptions class.

비공개 메소드들

메소드 설명
MongoInsertOptions ( MongoCollection collection ) : System

메소드 상세

MongoInsertOptions() 공개 메소드

Initializes a new instance of the MongoInsertOptions class.
public MongoInsertOptions ( ) : System
리턴 System