SqlServerPropertyExtensions.GetHiLoSequenceName 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
| GetHiLoSequenceName(IProperty) |
Hi-lo dizisi için kullanmak üzere adı döndürür. |
| GetHiLoSequenceName(IReadOnlyProperty) |
Hi-lo dizisi için kullanmak üzere adı döndürür. |
| GetHiLoSequenceName(IProperty, StoreObjectIdentifier) |
Hi-lo dizisi için kullanmak üzere adı döndürür. |
| GetHiLoSequenceName(IReadOnlyProperty, StoreObjectIdentifier) |
Hi-lo dizisi için kullanmak üzere adı döndürür. |
GetHiLoSequenceName(IProperty)
Hi-lo dizisi için kullanmak üzere adı döndürür.
public static string GetHiLoSequenceName (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetHiLoSequenceName : Microsoft.EntityFrameworkCore.Metadata.IProperty -> string
<Extension()>
Public Function GetHiLoSequenceName (property As IProperty) As String
Parametreler
- property
- IProperty
Özellik.
Döndürülenler
Hi-lo dizisi için kullanmak üzere ad.
Şunlara uygulanır
GetHiLoSequenceName(IReadOnlyProperty)
Hi-lo dizisi için kullanmak üzere adı döndürür.
public static string? GetHiLoSequenceName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetHiLoSequenceName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> string
<Extension()>
Public Function GetHiLoSequenceName (property As IReadOnlyProperty) As String
Parametreler
- property
- IReadOnlyProperty
Özellik.
Döndürülenler
Hi-lo dizisi için kullanmak üzere ad.
Şunlara uygulanır
GetHiLoSequenceName(IProperty, StoreObjectIdentifier)
Hi-lo dizisi için kullanmak üzere adı döndürür.
public static string GetHiLoSequenceName (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetHiLoSequenceName : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetHiLoSequenceName (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 ad.
Şunlara uygulanır
GetHiLoSequenceName(IReadOnlyProperty, StoreObjectIdentifier)
Hi-lo dizisi için kullanmak üzere adı döndürür.
public static string? GetHiLoSequenceName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetHiLoSequenceName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetHiLoSequenceName (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 ad.