Property | Type | Description | |
---|---|---|---|
document | BsonDocument |
Method | Description | |
---|---|---|
ToBsonDocument ( ) : BsonDocument |
Returns the result of the builder as a BsonDocument.
|
Method | Description | |
---|---|---|
QueryBuilder ( BsonDocument document ) : System |
Initializes a new instance of the QueryBuilder class.
|
|
Serialize ( BsonWriter bsonWriter, |
Serializes the result of the builder to a BsonWriter.
|
protected QueryBuilder ( BsonDocument document ) : System | ||
document | BsonDocument | A document representing the query. |
return | System |
protected Serialize ( BsonWriter bsonWriter, |
||
bsonWriter | BsonWriter | The writer. |
nominalType | The nominal type. | |
options | IBsonSerializationOptions | The serialization options. |
return | void |