Compartir a través de


RelationalValueGenerationConvention.MappingStrategyAllowsValueGeneration Método

Definición

Comprueba si la estrategia de asignación y la propiedad permiten la generación de valores por convención.

protected virtual bool MappingStrategyAllowsValueGeneration (Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, string? mappingStrategy);
abstract member MappingStrategyAllowsValueGeneration : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * string -> bool
override this.MappingStrategyAllowsValueGeneration : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * string -> bool
Protected Overridable Function MappingStrategyAllowsValueGeneration (property As IConventionProperty, mappingStrategy As String) As Boolean

Parámetros

property
IConventionProperty

Propiedad para la que se está considerando la generación de valores.

mappingStrategy
String

Estrategia de asignación actual.

Devoluciones

true si se permite la generación de valores; false Lo contrario.

Se aplica a