Table of Contents

Class EntityChangeResult<TEntity>

Namespace
Tharga.MongoDB
Assembly
Tharga.MongoDB.dll
public record EntityChangeResult<TEntity> : IEquatable<EntityChangeResult<TEntity>>

Type Parameters

TEntity
Inheritance
EntityChangeResult<TEntity>
Implements
Inherited Members

Fields

Before

public readonly TEntity Before

Field Value

TEntity

Methods

GetAfterAsync()

public ValueTask<TEntity> GetAfterAsync()

Returns

ValueTask<TEntity>