ConventionPropertyExtensions.SetValueConverter 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.
Imposta la proprietà personalizzata ValueConverter per questa proprietà.
public static void SetValueConverter (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter converter, bool fromDataAnnotation = false);
public static Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter SetValueConverter (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter converter, bool fromDataAnnotation = false);
static member SetValueConverter : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter * bool -> unit
static member SetValueConverter : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter * bool -> Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter
<Extension()>
Public Sub SetValueConverter (property As IConventionProperty, converter As ValueConverter, Optional fromDataAnnotation As Boolean = false)
<Extension()>
Public Function SetValueConverter (property As IConventionProperty, converter As ValueConverter, Optional fromDataAnnotation As Boolean = false) As ValueConverter
Parametri
- property
- IConventionProperty
Proprietà.
- converter
- ValueConverter
Convertitore o null
per rimuovere qualsiasi convertitore impostato in precedenza.
- fromDataAnnotation
- Boolean
Indica se la configurazione è stata specificata usando un'annotazione dati.
Restituisce
Il valore configurato.
Si applica a
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.