Method Build
- Namespace
- MongoDB.EntityFrameworkCore.Metadata.Conventions
- Assembly
- MongoDB.EntityFrameworkCore.dll
Build()
Call this method to build a ConventionSet for the MongoDB provider when using the ModelBuilder outside of OnModelCreating(ModelBuilder).
public static ConventionSet Build()
Returns
- ConventionSet
The convention set.