PrimitiveType.ClrEquivalentType Property

 

Returns an equivalent common language runtime (CLR) type of this PrimitiveType . Note that the ClrEquivalentType property always returns a non-nullable type value.

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

public Type ClrEquivalentType { get; }

Property Value

Type: System.Type

A Type object that represents an equivalent common language runtime (CLR) type of this PrimitiveType .