다음을 통해 공유


RuntimeProperty.IReadOnlyProperty.IsIndex 메서드

정의

이 속성이 인덱스(또는 복합 인덱스의 일부)로 사용되는지 여부를 나타내는 값을 가져옵니다.

[System.Diagnostics.DebuggerStepThrough]
bool IReadOnlyProperty.IsIndex ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.IsIndex : unit -> bool
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.IsIndex : unit -> bool
Function IsIndex () As Boolean Implements IReadOnlyProperty.IsIndex

반환

true 속성이 인덱스로 사용되면 이고, 그렇지 않으면 false입니다.

구현

특성

적용 대상