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

Store 物件的識別碼。

傳回

要用於索引鍵值產生序列的名稱。

適用於