Table of Contents

Class Result<TEntity>

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

Type Parameters

TEntity
Inheritance
Result<TEntity>
Implements
IEquatable<Result<TEntity>>
Inherited Members

Properties

Items

public TEntity[] Items { get; init; }

Property Value

TEntity[]

TotalCount

public int TotalCount { get; init; }

Property Value

int