InMemoryConventionSetBuilder.CreateConventionSet Method

Definition

Builds and returns the convention set for the current database provider.

public override Microsoft.EntityFrameworkCore.Metadata.Conventions.ConventionSet CreateConventionSet ();
override this.CreateConventionSet : unit -> Microsoft.EntityFrameworkCore.Metadata.Conventions.ConventionSet
Public Overrides Function CreateConventionSet () As ConventionSet

Returns

The convention set for the current database provider.

Applies to