SqlServerEntityTypeExtensions.GetHistoryTableSchema 方法

定义

返回一个值,该值表示与映射到临时表的实体关联的历史记录表的架构。

public static string? GetHistoryTableSchema (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member GetHistoryTableSchema : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> string
<Extension()>
Public Function GetHistoryTableSchema (entityType As IReadOnlyEntityType) As String

参数

entityType
IReadOnlyEntityType

实体类型。

返回

历史记录表的名称。

适用于