Share via


IConventionSetPlugin.ModifyConventions(ConventionSet) Method

Definition

Called to customize or otherwise modify the given convention set.

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

Parameters

conventionSet
ConventionSet

The convention set to customize.

Returns

The customized convention set.

Applies to