SqlServerPropertyExtensions.FindHiLoSequence Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
FindHiLoSequence(IProperty) |
ISequence Hi-lo deseni için kullanılacak modelde öğesini bulur. |
FindHiLoSequence(IReadOnlyProperty) |
ISequence Hi-lo deseni için kullanılacak modelde öğesini bulur. |
FindHiLoSequence(IProperty, StoreObjectIdentifier) |
ISequence Hi-lo deseni için kullanılacak modelde öğesini bulur. |
FindHiLoSequence(IReadOnlyProperty, StoreObjectIdentifier) |
ISequence Hi-lo deseni için kullanılacak modelde öğesini bulur. |
FindHiLoSequence(IProperty)
ISequence Hi-lo deseni için kullanılacak modelde öğesini bulur.
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
Parametreler
- property
- IProperty
Özellik.
Döndürülenler
Kullanılacak dizi veya null
modelde dizi yoksa.
Şunlara uygulanır
FindHiLoSequence(IReadOnlyProperty)
ISequence Hi-lo deseni için kullanılacak modelde öğesini bulur.
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
Parametreler
- property
- IReadOnlyProperty
Özellik.
Döndürülenler
Kullanılacak dizi veya null
modelde dizi yoksa.
Şunlara uygulanır
FindHiLoSequence(IProperty, StoreObjectIdentifier)
ISequence Hi-lo deseni için kullanılacak modelde öğesini bulur.
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
Parametreler
- property
- IProperty
Özellik.
- storeObject
- StoreObjectIdentifier
Store nesnesinin tanımlayıcısı.
Döndürülenler
Kullanılacak dizi veya null
modelde dizi yoksa.
Şunlara uygulanır
FindHiLoSequence(IReadOnlyProperty, StoreObjectIdentifier)
ISequence Hi-lo deseni için kullanılacak modelde öğesini bulur.
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
Parametreler
- property
- IReadOnlyProperty
Özellik.
- storeObject
- StoreObjectIdentifier
Store nesnesinin tanımlayıcısı.
Döndürülenler
Kullanılacak dizi veya null
modelde dizi yoksa.
Şunlara uygulanır
Entity Framework