Table of Contents

Method IsMissing

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

IsMissing<TField>(TField)

Tests whether a field is missing.

public static bool IsMissing<TField>(TField field)

Parameters

field TField

The field.

Returns

bool

true if the field is missing.

Type Parameters

TField

The type of the field.