Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class ConvertOptions<TTo>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Represents the options parameter for Convert<TFrom, TTo>(TFrom, ConvertOptions<TTo>). This class allows to set 'onError' and 'onNull'.

public class ConvertOptions<TTo> : ConvertOptions

Type Parameters

TTo

The type of 'onError' and 'onNull'.

Inheritance
ConvertOptions<TTo>
Inherited Members

Properties

OnError

The onError parameter.

OnNull

The onNull parameter.