ValueConverter<TModel,TProvider>.ModelClrType Property

Definition

The CLR type used in the EF model.

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

Property Value

Remarks

See EF Core value converters for more information and examples.

Applies to