Method InsertAfter

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Bson.Serialization.Conventions

Assembly

MongoDB.Bson.dll

InsertAfter(string, IConvention)

Inserts the convention after another convention specified by the name.

public void InsertAfter(string name, IConvention convention)

Parameters

name string

The name.

convention IConvention

The convention.