TypeMappingSourceBase.ValidateMapping(CoreTypeMapping, IProperty) Methode

Definition

Wird aufgerufen, nachdem eine Zuordnung gefunden wurde, damit sie für die angegebene Eigenschaft überprüft werden kann.

protected virtual void ValidateMapping (Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping mapping, Microsoft.EntityFrameworkCore.Metadata.IProperty property);
protected virtual void ValidateMapping (Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping? mapping, Microsoft.EntityFrameworkCore.Metadata.IProperty? property);
abstract member ValidateMapping : Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping * Microsoft.EntityFrameworkCore.Metadata.IProperty -> unit
override this.ValidateMapping : Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping * Microsoft.EntityFrameworkCore.Metadata.IProperty -> unit
Protected Overridable Sub ValidateMapping (mapping As CoreTypeMapping, property As IProperty)

Parameter

mapping
CoreTypeMapping

Die Zuordnung, falls vorhanden.

property
IProperty

Die Eigenschaft, falls vorhanden.

Gilt für: