다음을 통해 공유


TableSharingConcurrencyTokenConvention.IsConcurrencyTokenMissing 메서드

정의

오버로드

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

이 API는 Entity Framework Core 인프라를 지원하며 공용 API와 동일한 호환성 표준이 적용되지 않는 내부 API입니다. 릴리스에서 예고 없이 변경되거나 제거될 수 있습니다. 코드에서 직접 사용해야 하며, 이렇게 하면 새 Entity Framework Core 릴리스로 업데이트할 때 애플리케이션 오류가 발생할 수 있다는 것을 알고 있어야 합니다.

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

이 API는 Entity Framework Core 인프라를 지원하며 공용 API와 동일한 호환성 표준이 적용되지 않는 내부 API입니다. 릴리스에서 예고 없이 변경되거나 제거될 수 있습니다. 코드에서 직접 사용해야 하며, 이렇게 하면 새 Entity Framework Core 릴리스로 업데이트할 때 애플리케이션 오류가 발생할 수 있다는 것을 알고 있어야 합니다.

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

이 API는 Entity Framework Core 인프라를 지원하며 공용 API와 동일한 호환성 표준이 적용되지 않는 내부 API입니다. 릴리스에서 예고 없이 변경되거나 제거될 수 있습니다. 코드에서 직접 사용해야 하며, 이렇게 하면 새 Entity Framework Core 릴리스로 업데이트할 때 애플리케이션 오류가 발생할 수 있다는 것을 알고 있어야 합니다.

[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

매개 변수

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

반환

특성

적용 대상

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

이 API는 Entity Framework Core 인프라를 지원하며 공용 API와 동일한 호환성 표준이 적용되지 않는 내부 API입니다. 릴리스에서 예고 없이 변경되거나 제거될 수 있습니다. 코드에서 직접 사용해야 하며, 이렇게 하면 새 Entity Framework Core 릴리스로 업데이트할 때 애플리케이션 오류가 발생할 수 있다는 것을 알고 있어야 합니다.

[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

매개 변수

propertiesMappedToConcurrencyColumn
List<IReadOnlyProperty>
entityType
IReadOnlyEntityType

반환

특성

적용 대상