ValueConverter.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.

public virtual System.Linq.Expressions.LambdaExpression ConvertToProviderExpression { get; }
member this.ConvertToProviderExpression : System.Linq.Expressions.LambdaExpression
Public Overridable ReadOnly Property ConvertToProviderExpression As LambdaExpression

Property Value

Remarks

See EF Core value converters for more information and examples.

Applies to