CommandWrapper Class |
Namespace: MongoDB.Driver.Wrappers
The CommandWrapper type exposes the following members.
Name | Description | |
---|---|---|
CommandWrapper |
Initializes a new instance of the CommandWrapper class.
|
Name | Description | |
---|---|---|
Create |
Creates a new instance of the CommandWrapper class.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SerializeWrappedObject |
Serializes the wrapped value.
(Inherited from BaseWrapper.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
Inject |
Injects a low level IMongoQuery into a LINQ where clause. Can only be used in LINQ queries.
(Defined by LinqToMongo.) | |
ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) | |
ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) | |
ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |