ValueConverter<TModel,TProvider>.ConvertToProviderExpression Property

Definition

Gets the expression to convert objects when writing data to the store, exactly as supplied and may not handle nulls, boxing, and non-exact matches of simple types.

C#
public virtual System.Linq.Expressions.Expression<Func<TModel,TProvider>> ConvertToProviderExpression { get; }

Property Value

Expression<Func<TModel,TProvider>>

Remarks

See EF Core value converters for more information and examples.

Applies to

Производ Верзије
Entity Framework Core 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0