RuntimeProperty.IReadOnlyProperty.GetProviderClrType 方法

定义

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

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

返回

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

实现

属性

适用于