RuntimeTypeMappingConfiguration.ITypeMappingConfiguration.GetProviderClrType Method

Definition

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

[System.Diagnostics.DebuggerStepThrough]
Type? ITypeMappingConfiguration.GetProviderClrType ();
[System.Diagnostics.DebuggerStepThrough]
Type ITypeMappingConfiguration.GetProviderClrType ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.ITypeMappingConfiguration.GetProviderClrType : unit -> Type
override this.Microsoft.EntityFrameworkCore.Metadata.ITypeMappingConfiguration.GetProviderClrType : unit -> Type
Function GetProviderClrType () As Type Implements ITypeMappingConfiguration.GetProviderClrType

Returns

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

Implements

Attributes

Applies to