Interface IMongoQueryable
Provides functionality to evaluate queries against MongoDB.
[Obsolete("This interface will be removed in a later release.")]
public interface IMongoQueryable : IQueryable, IEnumerable
- Inherited Members
- Extension Methods
Properties
- LoggedStages
Gets the pipeline stages that were logged when the queryable was executed.
- Provider
Gets the IMongoQueryProvider for this queryable.
Methods
- GetExecutionModel()
Gets the execution model.