다음을 통해 공유


PropertyExtensions.IsIndex(IProperty) 메서드

정의

주의

Use IReadOnlyProperty.IsIndex

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

public static bool IsIndex (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
[System.Obsolete("Use IReadOnlyProperty.IsIndex")]
public static bool IsIndex (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member IsIndex : Microsoft.EntityFrameworkCore.Metadata.IProperty -> bool
[<System.Obsolete("Use IReadOnlyProperty.IsIndex")>]
static member IsIndex : Microsoft.EntityFrameworkCore.Metadata.IProperty -> bool
<Extension()>
Public Function IsIndex (property As IProperty) As Boolean

매개 변수

property
IProperty

확인할 속성입니다.

반환

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

특성

적용 대상