SqlServerEntityTypeExtensions.GetPeriodStartPropertyName 方法

定义

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

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

参数

entityType
IReadOnlyEntityType

实体类型。

返回

句点开始属性的名称。

适用于