RelationalIndexExtensions.FindSharedObjectRootIndex 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
FindSharedObjectRootIndex(IConventionIndex, StoreObjectIdentifier) |
공유 테이블과 같은 개체에서 동일한 인덱스로 매핑되는 첫 번째 IConventionIndex 를 찾습니다. 이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다. |
FindSharedObjectRootIndex(IIndex, StoreObjectIdentifier) |
공유 테이블과 같은 개체에서 동일한 인덱스로 매핑되는 첫 번째 IConventionIndex 를 찾습니다. 이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다. |
FindSharedObjectRootIndex(IMutableIndex, StoreObjectIdentifier) |
공유 테이블과 같은 개체에서 동일한 인덱스로 매핑되는 첫 번째 IMutableIndex 를 찾습니다. 이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다. |
FindSharedObjectRootIndex(IReadOnlyIndex, StoreObjectIdentifier) |
공유 테이블과 같은 개체에서 동일한 인덱스로 매핑되는 첫 번째 IIndex 를 찾습니다. 이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다. |
FindSharedObjectRootIndex(IConventionIndex, StoreObjectIdentifier)
- Source:
- RelationalIndexExtensions.cs
- Source:
- RelationalIndexExtensions.cs
- Source:
- RelationalIndexExtensions.cs
- Source:
- RelationalIndexExtensions.cs
- Source:
- RelationalIndexExtensions.cs
공유 테이블과 같은 개체에서 동일한 인덱스로 매핑되는 첫 번째 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)
- Source:
- RelationalIndexExtensions.cs
- Source:
- RelationalIndexExtensions.cs
- Source:
- RelationalIndexExtensions.cs
- Source:
- RelationalIndexExtensions.cs
- Source:
- RelationalIndexExtensions.cs
공유 테이블과 같은 개체에서 동일한 인덱스로 매핑되는 첫 번째 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)
- Source:
- RelationalIndexExtensions.cs
- Source:
- RelationalIndexExtensions.cs
- Source:
- RelationalIndexExtensions.cs
- Source:
- RelationalIndexExtensions.cs
- Source:
- RelationalIndexExtensions.cs
공유 테이블과 같은 개체에서 동일한 인덱스로 매핑되는 첫 번째 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)
- Source:
- RelationalIndexExtensions.cs
- Source:
- RelationalIndexExtensions.cs
- Source:
- RelationalIndexExtensions.cs
- Source:
- RelationalIndexExtensions.cs
공유 테이블과 같은 개체에서 동일한 인덱스로 매핑되는 첫 번째 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
, 인덱스가 없는 경우 입니다.
적용 대상
Entity Framework