PropertyExtensions.GetProviderClrType(IProperty) Method

Definition

Gets the type that the property value will be converted to before being sent to the database provider.

public static Type GetProviderClrType (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetProviderClrType : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Type
<Extension()>
Public Function GetProviderClrType (property As IProperty) As Type

Parameters

property
IProperty

The property.

Returns

The provider type, or null if none has been set.

Applies to