TableSharingConcurrencyTokenConvention.IsConcurrencyTokenMissing Yöntem

Tanım

Aşırı Yüklemeler

IsConcurrencyTokenMissing(List<IProperty>, IEntityType, IReadOnlyList<IEntityType>)

Bu, genel API'lerle aynı uyumluluk standartlarına tabi Entity Framework Core altyapıyı destekleyen bir iç API'dir. Herhangi bir sürümde bildirim olmadan değiştirilebilir veya kaldırılabilir. Bunu yalnızca kodunda son derece dikkatli ve bunun yeni bir sürüme güncelleştirilen uygulama hatalarına neden olacağını bilerek Entity Framework Core gerekir.

IsConcurrencyTokenMissing(List<IReadOnlyProperty>, IReadOnlyEntityType, IReadOnlyList<IReadOnlyEntityType>)

Bu, genel API'lerle aynı uyumluluk standartlarına tabi Entity Framework Core altyapıyı destekleyen bir iç API'dir. Herhangi bir sürümde bildirim olmadan değiştirilebilir veya kaldırılabilir. Bunu yalnızca kodunda son derece dikkatli ve bunun yeni bir sürüme güncelleştirilen uygulama hatalarına neden olacağını bilerek Entity Framework Core gerekir.

IsConcurrencyTokenMissing(List<IProperty>, IEntityType, IReadOnlyList<IEntityType>)

Bu, genel API'lerle aynı uyumluluk standartlarına tabi Entity Framework Core altyapıyı destekleyen bir iç API'dir. Herhangi bir sürümde bildirim olmadan değiştirilebilir veya kaldırılabilir. Bunu yalnızca kodunda son derece dikkatli ve bunun yeni bir sürüme güncelleştirilen uygulama hatalarına neden olacağını bilerek Entity Framework Core gerekir.

[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public static bool IsConcurrencyTokenMissing (System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Metadata.IProperty> propertiesMappedToConcurrencyColumn, Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IEntityType> mappedTypes);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
static member IsConcurrencyTokenMissing : System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Metadata.IProperty> * Microsoft.EntityFrameworkCore.Metadata.IEntityType * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IEntityType> -> bool
Public Shared Function IsConcurrencyTokenMissing (propertiesMappedToConcurrencyColumn As List(Of IProperty), entityType As IEntityType, mappedTypes As IReadOnlyList(Of IEntityType)) As Boolean

Parametreler

propertiesMappedToConcurrencyColumn
List<IProperty>
entityType
IEntityType
mappedTypes
IReadOnlyList<IEntityType>

Döndürülenler

Boolean
Öznitelikler

Şunlara uygulanır

IsConcurrencyTokenMissing(List<IReadOnlyProperty>, IReadOnlyEntityType, IReadOnlyList<IReadOnlyEntityType>)

Bu, genel API'lerle aynı uyumluluk standartlarına tabi Entity Framework Core altyapıyı destekleyen bir iç API'dir. Herhangi bir sürümde bildirim olmadan değiştirilebilir veya kaldırılabilir. Bunu yalnızca kodunda son derece dikkatli ve bunun yeni bir sürüme güncelleştirilen uygulama hatalarına neden olacağını bilerek Entity Framework Core gerekir.

[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public static bool IsConcurrencyTokenMissing (System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty> propertiesMappedToConcurrencyColumn, Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType> mappedTypes);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
static member IsConcurrencyTokenMissing : System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty> * Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType> -> bool
Public Shared Function IsConcurrencyTokenMissing (propertiesMappedToConcurrencyColumn As List(Of IReadOnlyProperty), entityType As IReadOnlyEntityType, mappedTypes As IReadOnlyList(Of IReadOnlyEntityType)) As Boolean

Parametreler

propertiesMappedToConcurrencyColumn
List<IReadOnlyProperty>
entityType
IReadOnlyEntityType

Döndürülenler

Boolean
Öznitelikler

Şunlara uygulanır