Sdílet prostřednictvím


RelationalModelValidator.ValidateMappingStrategy(IEntityType, String) Metoda

Definice

Ověří, jestli je daná strategie mapování podporovaná.

protected virtual void ValidateMappingStrategy (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, string? mappingStrategy);
abstract member ValidateMappingStrategy : Microsoft.EntityFrameworkCore.Metadata.IEntityType * string -> unit
override this.ValidateMappingStrategy : Microsoft.EntityFrameworkCore.Metadata.IEntityType * string -> unit
Protected Overridable Sub ValidateMappingStrategy (entityType As IEntityType, mappingStrategy As String)

Parametry

entityType
IEntityType

Typ entity.

mappingStrategy
String

Strategie mapování.

Platí pro