IReadOnlyProperty.GetProviderClrType Method

Definition

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

public Type? GetProviderClrType ();
abstract member GetProviderClrType : unit -> Type
Public Function GetProviderClrType () As Type

Returns

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

Applies to