SqlServerPropertyExtensions.FindHiLoSequence 方法

定義

多載

FindHiLoSequence(IProperty)

ISequence尋找模型中要用於 hi-lo 模式的 。

FindHiLoSequence(IReadOnlyProperty)

ISequence尋找模型中要用於 hi-lo 模式的 。

FindHiLoSequence(IProperty, StoreObjectIdentifier)

ISequence尋找模型中要用於 hi-lo 模式的 。

FindHiLoSequence(IReadOnlyProperty, StoreObjectIdentifier)

ISequence尋找模型中要用於 hi-lo 模式的 。

FindHiLoSequence(IProperty)

ISequence尋找模型中要用於 hi-lo 模式的 。

public static Microsoft.EntityFrameworkCore.Metadata.ISequence FindHiLoSequence (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
public static Microsoft.EntityFrameworkCore.Metadata.ISequence? FindHiLoSequence (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member FindHiLoSequence : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.ISequence
<Extension()>
Public Function FindHiLoSequence (property As IProperty) As ISequence

參數

property
IProperty

屬性。

傳回

要使用的序列, null 如果模型中沒有序列,則為 。

適用於

FindHiLoSequence(IReadOnlyProperty)

ISequence尋找模型中要用於 hi-lo 模式的 。

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

參數

property
IReadOnlyProperty

屬性。

傳回

要使用的序列, null 如果模型中沒有序列,則為 。

適用於

FindHiLoSequence(IProperty, StoreObjectIdentifier)

ISequence尋找模型中要用於 hi-lo 模式的 。

public static Microsoft.EntityFrameworkCore.Metadata.ISequence FindHiLoSequence (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Metadata.ISequence? FindHiLoSequence (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindHiLoSequence : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.ISequence
<Extension()>
Public Function FindHiLoSequence (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As ISequence

參數

property
IProperty

屬性。

storeObject
StoreObjectIdentifier

Store 物件的識別碼。

傳回

要使用的序列, null 如果模型中沒有序列,則為 。

適用於

FindHiLoSequence(IReadOnlyProperty, StoreObjectIdentifier)

ISequence尋找模型中要用於 hi-lo 模式的 。

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

參數

property
IReadOnlyProperty

屬性。

storeObject
StoreObjectIdentifier

Store 物件的識別碼。

傳回

要使用的序列, null 如果模型中沒有序列,則為 。

適用於