MutablePropertyExtensions.SetProviderClrType(IMutableProperty, Type) Method

Definition

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

public static void SetProviderClrType (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, Type providerClrType);
static member SetProviderClrType : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * Type -> unit
<Extension()>
Public Sub SetProviderClrType (property As IMutableProperty, providerClrType As Type)

Parameters

property
IMutableProperty

The property.

providerClrType
Type

The type to use, or null to remove any previously set type.

Applies to