Compartilhar via


TableSharingConcurrencyTokenConvention.GetConcurrencyTokensMap Método

Definição

Sobrecargas

GetConcurrencyTokensMap(StoreObjectIdentifier, IReadOnlyList<IEntityType>)

Essa é uma API interna que dá suporte à infraestrutura do Entity Framework Core e não está sujeita aos mesmos padrões de compatibilidade que as APIs públicas. Ele pode ser alterado ou removido sem aviso prévio em nenhuma versão. Você só deve usá-lo diretamente em seu código com extrema cautela e saber que isso pode resultar em falhas de aplicativo ao atualizar para uma nova versão do Entity Framework Core.

GetConcurrencyTokensMap(StoreObjectIdentifier, IReadOnlyList<IReadOnlyEntityType>)

Essa é uma API interna que dá suporte à infraestrutura do Entity Framework Core e não está sujeita aos mesmos padrões de compatibilidade que as APIs públicas. Ele pode ser alterado ou removido sem aviso prévio em nenhuma versão. Você só deve usá-lo diretamente em seu código com extrema cautela e saber que isso pode resultar em falhas de aplicativo ao atualizar para uma nova versão do Entity Framework Core.

GetConcurrencyTokensMap(StoreObjectIdentifier, IReadOnlyList<IEntityType>)

Essa é uma API interna que dá suporte à infraestrutura do Entity Framework Core e não está sujeita aos mesmos padrões de compatibilidade que as APIs públicas. Ele pode ser alterado ou removido sem aviso prévio em nenhuma versão. Você só deve usá-lo diretamente em seu código com extrema cautela e saber que isso pode resultar em falhas de aplicativo ao atualizar para uma nova versão do Entity Framework Core.

[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))

Parâmetros

storeObject
StoreObjectIdentifier
mappedTypes
IReadOnlyList<IEntityType>

Retornos

Atributos

Aplica-se a

GetConcurrencyTokensMap(StoreObjectIdentifier, IReadOnlyList<IReadOnlyEntityType>)

Essa é uma API interna que dá suporte à infraestrutura do Entity Framework Core e não está sujeita aos mesmos padrões de compatibilidade que as APIs públicas. Ele pode ser alterado ou removido sem aviso prévio em nenhuma versão. Você só deve usá-lo diretamente em seu código com extrema cautela e saber que isso pode resultar em falhas de aplicativo ao atualizar para uma nova versão do Entity Framework Core.

[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))

Parâmetros

storeObject
StoreObjectIdentifier

Retornos

Atributos

Aplica-se a