RuntimeTypeMappingConfiguration.ITypeMappingConfiguration.GetProviderClrType 方法

定义

获取属性值在发送到数据库提供程序之前将转换为的类型。

[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

返回

提供程序类型;如果未设置提供程序类型, null 则为 。

实现

属性

适用于