ValueConverter.ModelClrType Property

Definition

The CLR type used in the EF model.

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

Property Value

Remarks

See EF Core value converters for more information and examples.

Applies to