Condividi tramite


TypeMappingSourceBase.ValidateMapping(CoreTypeMapping, IProperty) Metodo

Definizione

Chiamato dopo che è stato trovato un mapping in modo che possa essere convalidato per la proprietà specificata.

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)

Parametri

mapping
CoreTypeMapping

Mapping, se presente.

property
IProperty

Proprietà, se presente.

Si applica a