다음을 통해 공유


RelationalIndexExtensions.FindSharedObjectRootIndex 메서드

정의

오버로드

FindSharedObjectRootIndex(IConventionIndex, StoreObjectIdentifier)

공유 테이블과 같은 개체에서 동일한 인덱스로 매핑되는 첫 번째 IConventionIndex 를 찾습니다.

이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다.

FindSharedObjectRootIndex(IIndex, StoreObjectIdentifier)

공유 테이블과 같은 개체에서 동일한 인덱스로 매핑되는 첫 번째 IConventionIndex 를 찾습니다.

이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다.

FindSharedObjectRootIndex(IMutableIndex, StoreObjectIdentifier)

공유 테이블과 같은 개체에서 동일한 인덱스로 매핑되는 첫 번째 IMutableIndex 를 찾습니다.

이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다.

FindSharedObjectRootIndex(IReadOnlyIndex, StoreObjectIdentifier)

공유 테이블과 같은 개체에서 동일한 인덱스로 매핑되는 첫 번째 IIndex 를 찾습니다.

이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다.

FindSharedObjectRootIndex(IConventionIndex, StoreObjectIdentifier)

공유 테이블과 같은 개체에서 동일한 인덱스로 매핑되는 첫 번째 IConventionIndex 를 찾습니다.

이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다.

public static Microsoft.EntityFrameworkCore.Metadata.IConventionIndex FindSharedObjectRootIndex (this Microsoft.EntityFrameworkCore.Metadata.IConventionIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Metadata.IConventionIndex? FindSharedObjectRootIndex (this Microsoft.EntityFrameworkCore.Metadata.IConventionIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSharedObjectRootIndex : Microsoft.EntityFrameworkCore.Metadata.IConventionIndex * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IConventionIndex
<Extension()>
Public Function FindSharedObjectRootIndex (index As IConventionIndex, ByRef storeObject As StoreObjectIdentifier) As IConventionIndex

매개 변수

index
IConventionIndex

인덱스입니다.

storeObject
StoreObjectIdentifier

포함하는 저장소 개체의 식별자입니다.

반환

찾은 인덱스이거나 null , 인덱스가 없는 경우 입니다.

적용 대상

FindSharedObjectRootIndex(IIndex, StoreObjectIdentifier)

공유 테이블과 같은 개체에서 동일한 인덱스로 매핑되는 첫 번째 IConventionIndex 를 찾습니다.

이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다.

public static Microsoft.EntityFrameworkCore.Metadata.IIndex FindSharedObjectRootIndex (this Microsoft.EntityFrameworkCore.Metadata.IIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Metadata.IIndex? FindSharedObjectRootIndex (this Microsoft.EntityFrameworkCore.Metadata.IIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSharedObjectRootIndex : Microsoft.EntityFrameworkCore.Metadata.IIndex * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IIndex
<Extension()>
Public Function FindSharedObjectRootIndex (index As IIndex, ByRef storeObject As StoreObjectIdentifier) As IIndex

매개 변수

index
IIndex

인덱스입니다.

storeObject
StoreObjectIdentifier

포함하는 저장소 개체의 식별자입니다.

반환

찾은 인덱스이거나 null , 인덱스가 없는 경우 입니다.

적용 대상

FindSharedObjectRootIndex(IMutableIndex, StoreObjectIdentifier)

공유 테이블과 같은 개체에서 동일한 인덱스로 매핑되는 첫 번째 IMutableIndex 를 찾습니다.

이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다.

public static Microsoft.EntityFrameworkCore.Metadata.IMutableIndex FindSharedObjectRootIndex (this Microsoft.EntityFrameworkCore.Metadata.IMutableIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Metadata.IMutableIndex? FindSharedObjectRootIndex (this Microsoft.EntityFrameworkCore.Metadata.IMutableIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSharedObjectRootIndex : Microsoft.EntityFrameworkCore.Metadata.IMutableIndex * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IMutableIndex
<Extension()>
Public Function FindSharedObjectRootIndex (index As IMutableIndex, ByRef storeObject As StoreObjectIdentifier) As IMutableIndex

매개 변수

index
IMutableIndex

인덱스입니다.

storeObject
StoreObjectIdentifier

포함하는 저장소 개체의 식별자입니다.

반환

찾은 인덱스이거나 null , 인덱스가 없는 경우 입니다.

적용 대상

FindSharedObjectRootIndex(IReadOnlyIndex, StoreObjectIdentifier)

공유 테이블과 같은 개체에서 동일한 인덱스로 매핑되는 첫 번째 IIndex 를 찾습니다.

이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다.

public static Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex? FindSharedObjectRootIndex (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSharedObjectRootIndex : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex
<Extension()>
Public Function FindSharedObjectRootIndex (index As IReadOnlyIndex, ByRef storeObject As StoreObjectIdentifier) As IReadOnlyIndex

매개 변수

index
IReadOnlyIndex

인덱스입니다.

storeObject
StoreObjectIdentifier

포함하는 저장소 개체의 식별자입니다.

반환

찾은 인덱스이거나 null , 인덱스가 없는 경우 입니다.

적용 대상