SqlServerPropertyExtensions.GetSequenceSchema 方法

定义

重载

GetSequenceSchema(IReadOnlyProperty, StoreObjectIdentifier)

返回用于键值生成序列的架构。

GetSequenceSchema(IReadOnlyProperty)

返回用于键值生成序列的架构。

GetSequenceSchema(IReadOnlyProperty, StoreObjectIdentifier)

返回用于键值生成序列的架构。

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

参数

property
IReadOnlyProperty

属性。

storeObject
StoreObjectIdentifier

存储对象的标识符。

返回

用于键值生成序列的架构。

适用于

GetSequenceSchema(IReadOnlyProperty)

返回用于键值生成序列的架构。

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

参数

property
IReadOnlyProperty

属性。

返回

用于键值生成序列的架构。

适用于