IMutableProperty.SetProviderClrType(Type) Method

Definition

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

public void SetProviderClrType (Type? providerClrType);
abstract member SetProviderClrType : Type -> unit
Public Sub SetProviderClrType (providerClrType As Type)

Parameters

providerClrType
Type

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

Applies to