Compartir a través de


PropertyAttributeConventionBase<TAttribute> Constructor

Definición

Crea una nueva instancia de PropertyAttributeConventionBase<TAttribute>.

protected PropertyAttributeConventionBase (Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies dependencies);
new Microsoft.EntityFrameworkCore.Metadata.Conventions.PropertyAttributeConventionBase<'Attribute (requires 'Attribute :> Attribute)> : Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies -> Microsoft.EntityFrameworkCore.Metadata.Conventions.PropertyAttributeConventionBase<'Attribute (requires 'Attribute :> Attribute)>
Protected Sub New (dependencies As ProviderConventionSetBuilderDependencies)

Parámetros

dependencies
ProviderConventionSetBuilderDependencies

Objeto de parámetro que contiene dependencias para esta convención.

Se aplica a