Table of Contents

Class FieldDefinition<TDocument>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Base class for field names.

public abstract class FieldDefinition<TDocument>

Type Parameters

TDocument

The type of the document.

Inheritance
FieldDefinition<TDocument>
Derived
Inherited Members

Methods

Render(IBsonSerializer<TDocument>, IBsonSerializerRegistry)

Renders the field to a string.

Render(IBsonSerializer<TDocument>, IBsonSerializerRegistry, LinqProvider)

Renders the field to a string.

Operators

implicit operator FieldDefinition<TDocument>(string)

Performs an implicit conversion from string to FieldDefinition<TDocument>.