TableSharingConcurrencyTokenConvention.GetConcurrencyTokensMap Yöntem

Tanım

Aşırı Yüklemeler

GetConcurrencyTokensMap(StoreObjectIdentifier, IReadOnlyList<IEntityType>)

Bu, Entity Framework Core altyapısını destekleyen ve genel API'ler ile aynı uyumluluk standartlarına tabi olmayan bir iç API'dir. Herhangi bir sürümde bildirimde bulunmaksızın değiştirilebilir veya kaldırılabilir. Bunu yalnızca kodunuzda son derece dikkatli bir şekilde kullanmanız ve bunu yapmanın yeni bir Entity Framework Core sürümüne güncelleştirirken uygulama hatalarına neden olabileceğini bilmeniz gerekir.

GetConcurrencyTokensMap(StoreObjectIdentifier, IReadOnlyList<IReadOnlyEntityType>)

Bu, Entity Framework Core altyapısını destekleyen ve genel API'ler ile aynı uyumluluk standartlarına tabi olmayan bir iç API'dir. Herhangi bir sürümde bildirimde bulunmaksızın değiştirilebilir veya kaldırılabilir. Bunu yalnızca kodunuzda son derece dikkatli bir şekilde kullanmanız ve bunu yapmanın yeni bir Entity Framework Core sürümüne güncelleştirirken uygulama hatalarına neden olabileceğini bilmeniz gerekir.

GetConcurrencyTokensMap(StoreObjectIdentifier, IReadOnlyList<IEntityType>)

Bu, Entity Framework Core altyapısını destekleyen ve genel API'ler ile aynı uyumluluk standartlarına tabi olmayan bir iç API'dir. Herhangi bir sürümde bildirimde bulunmaksızın değiştirilebilir veya kaldırılabilir. Bunu yalnızca kodunuzda son derece dikkatli bir şekilde kullanmanız ve bunu yapmanın yeni bir Entity Framework Core sürümüne güncelleştirirken uygulama hatalarına neden olabileceğini bilmeniz 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

Öznitelikler

Şunlara uygulanır

GetConcurrencyTokensMap(StoreObjectIdentifier, IReadOnlyList<IReadOnlyEntityType>)

Bu, Entity Framework Core altyapısını destekleyen ve genel API'ler ile aynı uyumluluk standartlarına tabi olmayan bir iç API'dir. Herhangi bir sürümde bildirimde bulunmaksızın değiştirilebilir veya kaldırılabilir. Bunu yalnızca kodunuzda son derece dikkatli bir şekilde kullanmanız ve bunu yapmanın yeni bir Entity Framework Core sürümüne güncelleştirirken uygulama hatalarına neden olabileceğini bilmeniz 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

Öznitelikler

Şunlara uygulanır