Table of Contents

Class CollectionScope<TEntity>

Namespace
Tharga.MongoDB
Assembly
Tharga.MongoDB.dll
public record CollectionScope<TEntity> : IDisposable, IEquatable<CollectionScope<TEntity>>

Type Parameters

TEntity
Inheritance
CollectionScope<TEntity>
Implements
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()