Share via


ProviderConventionSetBuilder.CreateConventionSet Method

Definition

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

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

Returns

The convention set for the current database provider.

Implements

Applies to