Share via


IProviderConventionSetBuilder.CreateConventionSet Method

Definition

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

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

Returns

The convention set for the current database provider.

Applies to