Share via


RuntimeEntityType.IReadOnlyTypeBase.ClrType Property

Definition

Gets the CLR class that is used to represent instances of this type. Returns null if the type does not have a corresponding CLR class (known as a shadow type).

Type Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase.ClrType { [System.Diagnostics.DebuggerStepThrough] get; }
[System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers]
Type Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase.ClrType { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase.ClrType : Type
[<get: System.Diagnostics.DebuggerStepThrough>]
[<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers>]
member this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase.ClrType : Type
 ReadOnly Property ClrType As Type Implements IReadOnlyTypeBase.ClrType

Property Value

Implements

Attributes

Applies to