SqlServerPropertyExtensions.FindHiLoSequence Yöntem

Tanım

Aşırı Yüklemeler

FindHiLoSequence(IProperty)

ISequenceHi-lo deseni için kullanmak üzere modelde bulur.

FindHiLoSequence(IReadOnlyProperty)

ISequenceHi-lo deseni için kullanmak üzere modelde bulur.

FindHiLoSequence(IProperty, StoreObjectIdentifier)

ISequenceHi-lo deseni için kullanmak üzere modelde bulur.

FindHiLoSequence(IReadOnlyProperty, StoreObjectIdentifier)

ISequenceHi-lo deseni için kullanmak üzere modelde bulur.

FindHiLoSequence(IProperty)

ISequenceHi-lo deseni için kullanmak üzere modelde bulur.

public static Microsoft.EntityFrameworkCore.Metadata.ISequence FindHiLoSequence (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
public static Microsoft.EntityFrameworkCore.Metadata.ISequence? FindHiLoSequence (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member FindHiLoSequence : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.ISequence
<Extension()>
Public Function FindHiLoSequence (property As IProperty) As ISequence

Parametreler

property
IProperty

Özellik.

Döndürülenler

ISequence

Kullanım sırası veya null modelde dizi yoksa.

Şunlara uygulanır

FindHiLoSequence(IReadOnlyProperty)

ISequenceHi-lo deseni için kullanmak üzere modelde bulur.

public static Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence? FindHiLoSequence (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member FindHiLoSequence : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence
<Extension()>
Public Function FindHiLoSequence (property As IReadOnlyProperty) As IReadOnlySequence

Parametreler

property
IReadOnlyProperty

Özellik.

Döndürülenler

IReadOnlySequence

Kullanım sırası veya null modelde dizi yoksa.

Şunlara uygulanır

FindHiLoSequence(IProperty, StoreObjectIdentifier)

ISequenceHi-lo deseni için kullanmak üzere modelde bulur.

public static Microsoft.EntityFrameworkCore.Metadata.ISequence FindHiLoSequence (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Metadata.ISequence? FindHiLoSequence (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindHiLoSequence : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.ISequence
<Extension()>
Public Function FindHiLoSequence (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As ISequence

Parametreler

property
IProperty

Özellik.

storeObject
StoreObjectIdentifier

Mağaza nesnesinin tanımlayıcısı.

Döndürülenler

ISequence

Kullanım sırası veya null modelde dizi yoksa.

Şunlara uygulanır

FindHiLoSequence(IReadOnlyProperty, StoreObjectIdentifier)

ISequenceHi-lo deseni için kullanmak üzere modelde bulur.

public static Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence? FindHiLoSequence (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindHiLoSequence : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence
<Extension()>
Public Function FindHiLoSequence (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As IReadOnlySequence

Parametreler

property
IReadOnlyProperty

Özellik.

storeObject
StoreObjectIdentifier

Mağaza nesnesinin tanımlayıcısı.

Döndürülenler

IReadOnlySequence

Kullanım sırası veya null modelde dizi yoksa.

Şunlara uygulanır