ValueConverter<TModel,TProvider>.ProviderClrType Property

Definition

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

public override Type ProviderClrType { get; }
member this.ProviderClrType : Type
Public Overrides ReadOnly Property ProviderClrType As Type

Property Value

Remarks

See EF Core value converters for more information and examples.

Applies to