Aracılığıyla paylaş


SqlServerPropertyExtensions.GetHiLoSequenceName Yöntem

Tanım

Aşırı Yüklemeler

GetHiLoSequenceName(IReadOnlyProperty, StoreObjectIdentifier)

Hi-lo dizisi için kullanılacak adı döndürür.

GetHiLoSequenceName(IProperty, StoreObjectIdentifier)

Hi-lo dizisi için kullanılacak adı döndürür.

GetHiLoSequenceName(IReadOnlyProperty)

Hi-lo dizisi için kullanılacak adı döndürür.

GetHiLoSequenceName(IProperty)

Hi-lo dizisi için kullanılacak adı döndürür.

GetHiLoSequenceName(IReadOnlyProperty, StoreObjectIdentifier)

Hi-lo dizisi için kullanılacak 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

Store nesnesinin tanımlayıcısı.

Döndürülenler

Hi-lo dizisi için kullanılacak ad.

Şunlara uygulanır

GetHiLoSequenceName(IProperty, StoreObjectIdentifier)

Hi-lo dizisi için kullanılacak 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

Store nesnesinin tanımlayıcısı.

Döndürülenler

Hi-lo dizisi için kullanılacak ad.

Şunlara uygulanır

GetHiLoSequenceName(IReadOnlyProperty)

Hi-lo dizisi için kullanılacak 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 kullanılacak ad.

Şunlara uygulanır

GetHiLoSequenceName(IProperty)

Hi-lo dizisi için kullanılacak 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 kullanılacak ad.

Şunlara uygulanır