IConventionSetBuilder.CreateConventionSet 方法

定义

生成并返回要使用的约定集。

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

返回

要使用的约定集。

适用于