Bagikan melalui


TableSharingConcurrencyTokenConvention.IsConcurrencyTokenMissing Metode

Definisi

Overload

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

Ini adalah API internal yang mendukung infrastruktur Entity Framework Core dan tidak tunduk pada standar kompatibilitas yang sama dengan API publik. Ini dapat diubah atau dihapus tanpa pemberitahuan dalam rilis apa pun. Anda hanya boleh menggunakannya langsung dalam kode Anda dengan sangat hati-hati dan mengetahui bahwa melakukannya dapat mengakibatkan kegagalan aplikasi saat memperbarui ke rilis Entity Framework Core baru.

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

Ini adalah API internal yang mendukung infrastruktur Entity Framework Core dan tidak tunduk pada standar kompatibilitas yang sama dengan API publik. Ini dapat diubah atau dihapus tanpa pemberitahuan dalam rilis apa pun. Anda hanya boleh menggunakannya langsung dalam kode Anda dengan sangat hati-hati dan mengetahui bahwa melakukannya dapat mengakibatkan kegagalan aplikasi saat memperbarui ke rilis Entity Framework Core baru.

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

Ini adalah API internal yang mendukung infrastruktur Entity Framework Core dan tidak tunduk pada standar kompatibilitas yang sama dengan API publik. Ini dapat diubah atau dihapus tanpa pemberitahuan dalam rilis apa pun. Anda hanya boleh menggunakannya langsung dalam kode Anda dengan sangat hati-hati dan mengetahui bahwa melakukannya dapat mengakibatkan kegagalan aplikasi saat memperbarui ke rilis Entity Framework Core baru.

[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

Parameter

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

Mengembalikan

Atribut

Berlaku untuk

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

Ini adalah API internal yang mendukung infrastruktur Entity Framework Core dan tidak tunduk pada standar kompatibilitas yang sama dengan API publik. Ini dapat diubah atau dihapus tanpa pemberitahuan dalam rilis apa pun. Anda hanya boleh menggunakannya langsung dalam kode Anda dengan sangat hati-hati dan mengetahui bahwa melakukannya dapat mengakibatkan kegagalan aplikasi saat memperbarui ke rilis Entity Framework Core baru.

[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

Parameter

propertiesMappedToConcurrencyColumn
List<IReadOnlyProperty>
entityType
IReadOnlyEntityType

Mengembalikan

Atribut

Berlaku untuk