TableSharingConcurrencyTokenConvention.GetConcurrencyTokensMap Yöntem

Tanım

Aşırı Yüklemeler

GetConcurrencyTokensMap(StoreObjectIdentifier, 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.

GetConcurrencyTokensMap(StoreObjectIdentifier, 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.

GetConcurrencyTokensMap(StoreObjectIdentifier, 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 System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Metadata.IProperty>> GetConcurrencyTokensMap (in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IEntityType> mappedTypes);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
static member GetConcurrencyTokensMap : StoreObjectIdentifier * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IEntityType> -> System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Metadata.IProperty>>
Public Shared Function GetConcurrencyTokensMap (ByRef storeObject As StoreObjectIdentifier, mappedTypes As IReadOnlyList(Of IEntityType)) As Dictionary(Of String, List(Of IProperty))

Parametreler

storeObject
StoreObjectIdentifier
mappedTypes
IReadOnlyList<IEntityType>

Döndürülenler

Dictionary<String,List<IProperty>>
Öznitelikler

Şunlara uygulanır

GetConcurrencyTokensMap(StoreObjectIdentifier, 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 System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty>>? GetConcurrencyTokensMap (in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType> mappedTypes);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
static member GetConcurrencyTokensMap : StoreObjectIdentifier * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType> -> System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty>>
Public Shared Function GetConcurrencyTokensMap (ByRef storeObject As StoreObjectIdentifier, mappedTypes As IReadOnlyList(Of IReadOnlyEntityType)) As Dictionary(Of String, List(Of IReadOnlyProperty))

Parametreler

storeObject
StoreObjectIdentifier

Döndürülenler

Dictionary<String,List<IReadOnlyProperty>>
Öznitelikler

Şunlara uygulanır