IConventionProperty.SetProviderClrType(Type, Boolean) Method

Definition

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

public Type? SetProviderClrType (Type? providerClrType, bool fromDataAnnotation = false);
abstract member SetProviderClrType : Type * bool -> Type
Public Function SetProviderClrType (providerClrType As Type, Optional fromDataAnnotation As Boolean = false) As Type

Parameters

providerClrType
Type

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

fromDataAnnotation
Boolean

Indicates whether the configuration was specified using a data annotation.

Returns

The configured value.

Applies to