다음을 통해 공유


PropertyBaseExtensions.GetIndex(IPropertyBase) 메서드

정의

이 속성의 속성 인덱스 를 가져옵니다.

public static int GetIndex (this Microsoft.EntityFrameworkCore.Metadata.IPropertyBase property);
static member GetIndex : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> int
<Extension()>
Public Function GetIndex (property As IPropertyBase) As Integer

매개 변수

property
IPropertyBase

속성 인덱스가 반환될 속성입니다.

반환

속성의 인덱스입니다.

적용 대상