EntityFrameworkInternalAttribute 클래스

정의

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

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Constructor | System.AttributeTargets.Delegate | System.AttributeTargets.Enum | System.AttributeTargets.Event | System.AttributeTargets.Field | System.AttributeTargets.Interface | System.AttributeTargets.Method | System.AttributeTargets.Property | System.AttributeTargets.Struct)]
public sealed class EntityFrameworkInternalAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Constructor | System.AttributeTargets.Delegate | System.AttributeTargets.Enum | System.AttributeTargets.Event | System.AttributeTargets.Field | System.AttributeTargets.Interface | System.AttributeTargets.Method | System.AttributeTargets.Property | System.AttributeTargets.Struct)>]
type EntityFrameworkInternalAttribute = class
    inherit Attribute
Public NotInheritable Class EntityFrameworkInternalAttribute
Inherits Attribute
상속
EntityFrameworkInternalAttribute
특성

생성자

EntityFrameworkInternalAttribute()

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

적용 대상