SqlServerPropertyExtensions.GetSequenceName 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
GetSequenceName(IReadOnlyProperty) |
Anahtar değeri oluşturma sırası için kullanılacak adı döndürür. |
GetSequenceName(IReadOnlyProperty, StoreObjectIdentifier) |
Anahtar değeri oluşturma sırası için kullanılacak adı döndürür. |
GetSequenceName(IReadOnlyProperty)
Anahtar değeri oluşturma sırası için kullanılacak adı döndürür.
public static string? GetSequenceName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetSequenceName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> string
<Extension()>
Public Function GetSequenceName (property As IReadOnlyProperty) As String
Parametreler
- property
- IReadOnlyProperty
Özellik.
Döndürülenler
Anahtar değeri oluşturma sırası için kullanılacak ad.
Şunlara uygulanır
GetSequenceName(IReadOnlyProperty, StoreObjectIdentifier)
Anahtar değeri oluşturma sırası için kullanılacak adı döndürür.
public static string? GetSequenceName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetSequenceName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetSequenceName (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As String
Parametreler
- property
- IReadOnlyProperty
Özellik.
- storeObject
- StoreObjectIdentifier
Store nesnesinin tanımlayıcısı.
Döndürülenler
Anahtar değeri oluşturma sırası için kullanılacak ad.
Şunlara uygulanır
Entity Framework