IConventionSetPlugin.ModifyConventions(ConventionSet) 方法

定义

调用以自定义或以其他方式修改给定的约定集。

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

参数

conventionSet
ConventionSet

要自定义的约定。

返回

自定义约定集。

适用于