SqlServerPropertyExtensions.GetSequenceName 方法

定义

重载

GetSequenceName(IReadOnlyProperty)

返回用于键值生成序列的名称。

GetSequenceName(IReadOnlyProperty, StoreObjectIdentifier)

返回用于键值生成序列的名称。

GetSequenceName(IReadOnlyProperty)

返回用于键值生成序列的名称。

public static string? GetSequenceName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetSequenceName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> string
<Extension()>
Public Function GetSequenceName (property As IReadOnlyProperty) As String

参数

property
IReadOnlyProperty

属性。

返回

用于键值生成序列的名称。

适用于

GetSequenceName(IReadOnlyProperty, StoreObjectIdentifier)

返回用于键值生成序列的名称。

public static string? GetSequenceName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetSequenceName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetSequenceName (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As String

参数

property
IReadOnlyProperty

属性。

storeObject
StoreObjectIdentifier

存储对象的标识符。

返回

用于键值生成序列的名称。

适用于