IConventionSetBuilder.CreateConventionSet Method

Definition

Builds and returns the convention set to use.

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 to use.

Applies to