SqlServerPropertyExtensions.GetHiLoSequenceSchema 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
| GetHiLoSequenceSchema(IReadOnlyProperty, StoreObjectIdentifier) |
Hi-lo dizisi için kullanmak üzere şemayı döndürür. |
| GetHiLoSequenceSchema(IProperty, StoreObjectIdentifier) |
Hi-lo dizisi için kullanmak üzere şemayı döndürür. |
| GetHiLoSequenceSchema(IProperty) |
Hi-lo dizisi için kullanmak üzere şemayı döndürür. |
| GetHiLoSequenceSchema(IReadOnlyProperty) |
Hi-lo dizisi için kullanmak üzere şemayı döndürür. |
GetHiLoSequenceSchema(IReadOnlyProperty, StoreObjectIdentifier)
Hi-lo dizisi için kullanmak üzere şemayı döndürür.
public static string? GetHiLoSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetHiLoSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetHiLoSequenceSchema (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As String
Parametreler
- property
- IReadOnlyProperty
Özellik.
- storeObject
- StoreObjectIdentifier
Mağaza nesnesinin tanımlayıcısı.
Döndürülenler
Hi-lo dizisi için kullanmak üzere şema.
Şunlara uygulanır
GetHiLoSequenceSchema(IProperty, StoreObjectIdentifier)
Hi-lo dizisi için kullanmak üzere şemayı döndürür.
public static string GetHiLoSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetHiLoSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetHiLoSequenceSchema (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As String
Parametreler
- property
- IProperty
Özellik.
- storeObject
- StoreObjectIdentifier
Mağaza nesnesinin tanımlayıcısı.
Döndürülenler
Hi-lo dizisi için kullanmak üzere şema.
Şunlara uygulanır
GetHiLoSequenceSchema(IProperty)
Hi-lo dizisi için kullanmak üzere şemayı döndürür.
public static string GetHiLoSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetHiLoSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IProperty -> string
<Extension()>
Public Function GetHiLoSequenceSchema (property As IProperty) As String
Parametreler
- property
- IProperty
Özellik.
Döndürülenler
Hi-lo dizisi için kullanmak üzere şema.
Şunlara uygulanır
GetHiLoSequenceSchema(IReadOnlyProperty)
Hi-lo dizisi için kullanmak üzere şemayı döndürür.
public static string? GetHiLoSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetHiLoSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> string
<Extension()>
Public Function GetHiLoSequenceSchema (property As IReadOnlyProperty) As String
Parametreler
- property
- IReadOnlyProperty
Özellik.
Döndürülenler
Hi-lo dizisi için kullanmak üzere şema.