Class CollectionScope<TEntity>
public record CollectionScope<TEntity> : IDisposable, IEquatable<CollectionScope<TEntity>>
Type Parameters
TEntity
- Inheritance
-
CollectionScope<TEntity>
- Implements
-
IEquatable<CollectionScope<TEntity>>
- Inherited Members
Properties
Collection
public IMongoCollection<TEntity> Collection { get; }
Property Value
- IMongoCollection<TEntity>
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()