SqlServerPropertyExtensions.FindSequence 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
FindSequence(IProperty) |
尋找 ISequence 模型中要用於索引鍵值產生模式的 。 |
FindSequence(IReadOnlyProperty) |
尋找 ISequence 模型中要用於索引鍵值產生模式的 。 |
FindSequence(IProperty, StoreObjectIdentifier) |
尋找 ISequence 模型中要用於索引鍵值產生模式的 。 |
FindSequence(IReadOnlyProperty, StoreObjectIdentifier) |
尋找 ISequence 模型中要用於索引鍵值產生模式的 。 |
FindSequence(IProperty)
尋找 ISequence 模型中要用於索引鍵值產生模式的 。
public static Microsoft.EntityFrameworkCore.Metadata.ISequence? FindSequence (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member FindSequence : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.ISequence
<Extension()>
Public Function FindSequence (property As IProperty) As ISequence
參數
- property
- IProperty
屬性。
傳回
要使用的序列,如果模型中沒有序列,則 null
為 。
適用於
FindSequence(IReadOnlyProperty)
尋找 ISequence 模型中要用於索引鍵值產生模式的 。
public static Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence? FindSequence (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member FindSequence : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence
<Extension()>
Public Function FindSequence (property As IReadOnlyProperty) As IReadOnlySequence
參數
- property
- IReadOnlyProperty
屬性。
傳回
要使用的序列,如果模型中沒有序列,則 null
為 。
適用於
FindSequence(IProperty, StoreObjectIdentifier)
尋找 ISequence 模型中要用於索引鍵值產生模式的 。
public static Microsoft.EntityFrameworkCore.Metadata.ISequence? FindSequence (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSequence : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.ISequence
<Extension()>
Public Function FindSequence (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As ISequence
參數
- property
- IProperty
屬性。
- storeObject
- StoreObjectIdentifier
存放區物件的識別碼。
傳回
要使用的序列,如果模型中沒有序列,則 null
為 。
適用於
FindSequence(IReadOnlyProperty, StoreObjectIdentifier)
尋找 ISequence 模型中要用於索引鍵值產生模式的 。
public static Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence? FindSequence (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSequence : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence
<Extension()>
Public Function FindSequence (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As IReadOnlySequence
參數
- property
- IReadOnlyProperty
屬性。
- storeObject
- StoreObjectIdentifier
存放區物件的識別碼。
傳回
要使用的序列,如果模型中沒有序列,則 null
為 。