共用方式為


TableSharingConcurrencyTokenConvention.GetConcurrencyTokensMap 方法

定義

多載

GetConcurrencyTokensMap(StoreObjectIdentifier, IReadOnlyList<IEntityType>)

這是支援 Entity Framework Core 基礎結構的內部 API,不受與公用 API 相同的相容性標準。 它可能會在任何版本中變更或移除,而不需任何通知。 您應該只在程式碼中直接使用它,並特別小心,並知道這麼做可能會導致應用程式在更新至新的 Entity Framework Core 版本時失敗。

GetConcurrencyTokensMap(StoreObjectIdentifier, IReadOnlyList<IReadOnlyEntityType>)

這是支援 Entity Framework Core 基礎結構的內部 API,不受與公用 API 相同的相容性標準。 它可能會在任何版本中變更或移除,而不需任何通知。 您應該只在程式碼中直接使用它,並特別小心,並知道這麼做可能會導致應用程式在更新至新的 Entity Framework Core 版本時失敗。

GetConcurrencyTokensMap(StoreObjectIdentifier, IReadOnlyList<IEntityType>)

來源:
TableSharingConcurrencyTokenConvention.cs

這是支援 Entity Framework Core 基礎結構的內部 API,不受與公用 API 相同的相容性標準。 它可能會在任何版本中變更或移除,而不需任何通知。 您應該只在程式碼中直接使用它,並特別小心,並知道這麼做可能會導致應用程式在更新至新的 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))

參數

storeObject
StoreObjectIdentifier
mappedTypes
IReadOnlyList<IEntityType>

傳回

屬性

適用於

GetConcurrencyTokensMap(StoreObjectIdentifier, IReadOnlyList<IReadOnlyEntityType>)

來源:
TableSharingConcurrencyTokenConvention.cs
來源:
TableSharingConcurrencyTokenConvention.cs
來源:
TableSharingConcurrencyTokenConvention.cs
來源:
TableSharingConcurrencyTokenConvention.cs

這是支援 Entity Framework Core 基礎結構的內部 API,不受與公用 API 相同的相容性標準。 它可能會在任何版本中變更或移除,而不需任何通知。 您應該只在程式碼中直接使用它,並特別小心,並知道這麼做可能會導致應用程式在更新至新的 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))

參數

storeObject
StoreObjectIdentifier

傳回

屬性

適用於