Struct MongoDBCRUDQueryExecutionContext
Provides query execution environment in MongoDB database context
Implements
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NFX.DataAccess.MongoDB
Assembly: NFX.MongoDB.dll
Syntax
public struct MongoDBCRUDQueryExecutionContext : ICRUDQueryExecutionContext
Constructors
MongoDBCRUDQueryExecutionContext(MongoDBDataStore, Database)
Declaration
public MongoDBCRUDQueryExecutionContext(MongoDBDataStore store, Database db)
Parameters
| Type | Name | Description |
|---|---|---|
| MongoDBDataStore | store | |
| Database | db |
Fields
Database
Declaration
public readonly Database Database
Field Value
| Type | Description |
|---|---|
| Database |
DataStore
Declaration
public readonly MongoDBDataStore DataStore
Field Value
| Type | Description |
|---|---|
| MongoDBDataStore |