Table of Contents

Method Exists

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Exists<TField>(TField)

Tests whether a field exists.

public static bool Exists<TField>(TField field)

Parameters

field TField

The field.

Returns

bool

true if the field exists.

Type Parameters

TField

The type of the field.