C# 클래스 MongoDB.Driver.Builders.QueryBuilder

상속: BuilderBase
파일 보기 프로젝트 열기: Qiredev/mongo-csharp-driver 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
document BsonDocument

공개 메소드들

메소드 설명
ToBsonDocument ( ) : BsonDocument

Returns the result of the builder as a BsonDocument.

보호된 메소드들

메소드 설명
QueryBuilder ( BsonDocument document ) : System

Initializes a new instance of the QueryBuilder class.

Serialize ( BsonWriter bsonWriter, Type nominalType, IBsonSerializationOptions options ) : void

Serializes the result of the builder to a BsonWriter.

메소드 상세

QueryBuilder() 보호된 메소드

Initializes a new instance of the QueryBuilder class.
protected QueryBuilder ( BsonDocument document ) : System
document BsonDocument A document representing the query.
리턴 System

Serialize() 보호된 메소드

Serializes the result of the builder to a BsonWriter.
protected Serialize ( BsonWriter bsonWriter, Type nominalType, IBsonSerializationOptions options ) : void
bsonWriter BsonWriter The writer.
nominalType System.Type The nominal type.
options IBsonSerializationOptions The serialization options.
리턴 void

ToBsonDocument() 공개 메소드

Returns the result of the builder as a BsonDocument.
public ToBsonDocument ( ) : BsonDocument
리턴 BsonDocument

프로퍼티 상세

document 보호되어 있는 프로퍼티

protected BsonDocument document
리턴 BsonDocument