ValueConverter.ProviderClrType Property

Definition

The CLR type used when reading and writing from the store.

public abstract Type ProviderClrType { get; }
member this.ProviderClrType : Type
Public MustOverride ReadOnly Property ProviderClrType As Type

Property Value

Remarks

See EF Core value converters for more information and examples.

Applies to