Aracılığıyla paylaş


SqlServerPropertyExtensions.GetHiLoSequenceSchema Yöntem

Tanım

Aşırı Yüklemeler

GetHiLoSequenceSchema(IProperty)

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

GetHiLoSequenceSchema(IReadOnlyProperty)

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

GetHiLoSequenceSchema(IProperty, StoreObjectIdentifier)

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

GetHiLoSequenceSchema(IReadOnlyProperty, StoreObjectIdentifier)

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

GetHiLoSequenceSchema(IProperty)

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

Şunlara uygulanır

GetHiLoSequenceSchema(IReadOnlyProperty)

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

Şunlara uygulanır

GetHiLoSequenceSchema(IProperty, StoreObjectIdentifier)

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

Store nesnesinin tanımlayıcısı.

Döndürülenler

Hi-lo dizisi için kullanılacak şema.

Şunlara uygulanır

GetHiLoSequenceSchema(IReadOnlyProperty, StoreObjectIdentifier)

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

Store nesnesinin tanımlayıcısı.

Döndürülenler

Hi-lo dizisi için kullanılacak şema.

Şunlara uygulanır