ModelValidator.ThrowPropertyNotMappedException Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
ThrowPropertyNotMappedException(String, IConventionEntityType, IConventionProperty) |
Genera un InvalidOperationException oggetto con un messaggio contenente informazioni specifiche del provider, se disponibile, che indica possibili motivi per cui la proprietà non può essere mappata. |
ThrowPropertyNotMappedException(String, IConventionTypeBase, IConventionProperty) |
Genera un InvalidOperationException oggetto con un messaggio contenente informazioni specifiche del provider, se disponibile, che indica possibili motivi per cui la proprietà non può essere mappata. |
ThrowPropertyNotMappedException(String, IConventionEntityType, IConventionProperty)
Genera un InvalidOperationException oggetto con un messaggio contenente informazioni specifiche del provider, se disponibile, che indica possibili motivi per cui la proprietà non può essere mappata.
protected virtual void ThrowPropertyNotMappedException (string propertyType, Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.IConventionProperty unmappedProperty);
abstract member ThrowPropertyNotMappedException : string * Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType * Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> unit
override this.ThrowPropertyNotMappedException : string * Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType * Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> unit
Protected Overridable Sub ThrowPropertyNotMappedException (propertyType As String, entityType As IConventionEntityType, unmappedProperty As IConventionProperty)
Parametri
- propertyType
- String
Tipo CLR della proprietà.
- entityType
- IConventionEntityType
Tipo di entità.
- unmappedProperty
- IConventionProperty
Proprietà.
Si applica a
ThrowPropertyNotMappedException(String, IConventionTypeBase, IConventionProperty)
Genera un InvalidOperationException oggetto con un messaggio contenente informazioni specifiche del provider, se disponibile, che indica possibili motivi per cui la proprietà non può essere mappata.
protected virtual void ThrowPropertyNotMappedException (string propertyType, Microsoft.EntityFrameworkCore.Metadata.IConventionTypeBase typeBase, Microsoft.EntityFrameworkCore.Metadata.IConventionProperty unmappedProperty);
abstract member ThrowPropertyNotMappedException : string * Microsoft.EntityFrameworkCore.Metadata.IConventionTypeBase * Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> unit
override this.ThrowPropertyNotMappedException : string * Microsoft.EntityFrameworkCore.Metadata.IConventionTypeBase * Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> unit
Protected Overridable Sub ThrowPropertyNotMappedException (propertyType As String, typeBase As IConventionTypeBase, unmappedProperty As IConventionProperty)
Parametri
- propertyType
- String
Tipo CLR della proprietà.
- typeBase
- IConventionTypeBase
Tipo strutturale.
- unmappedProperty
- IConventionProperty
Proprietà.