SqlServerEntityTypeExtensions.GetPeriodEndPropertyName 方法

定义

返回一个值,该值表示映射到临时表的实体的句点结束属性的名称。

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

参数

entityType
IReadOnlyEntityType

实体类型。

返回

句点开始属性的名称。

适用于