RelationalForeignKeyExtensions.FindSharedObjectRootForeignKey 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
FindSharedObjectRootForeignKey(IConventionForeignKey, StoreObjectIdentifier) |
공유 테이블과 같은 개체에서 동일한 제약 조건에 매핑되는 첫 번째 IConventionForeignKey 를 찾습니다. 이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다. |
FindSharedObjectRootForeignKey(IForeignKey, StoreObjectIdentifier) |
공유 테이블과 같은 개체에서 동일한 제약 조건에 매핑되는 첫 번째 IConventionForeignKey 를 찾습니다. 이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다. |
FindSharedObjectRootForeignKey(IMutableForeignKey, StoreObjectIdentifier) |
공유 테이블과 같은 개체에서 동일한 제약 조건에 매핑되는 첫 번째 IMutableForeignKey 를 찾습니다. 이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다. |
FindSharedObjectRootForeignKey(IReadOnlyForeignKey, StoreObjectIdentifier) |
공유 테이블과 같은 개체에서 동일한 제약 조건에 매핑되는 첫 번째 IForeignKey 를 찾습니다. 이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다. |
FindSharedObjectRootForeignKey(IConventionForeignKey, StoreObjectIdentifier)
공유 테이블과 같은 개체에서 동일한 제약 조건에 매핑되는 첫 번째 IConventionForeignKey 를 찾습니다.
이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다.
public static Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey FindSharedObjectRootForeignKey (this Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey foreignKey, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey? FindSharedObjectRootForeignKey (this Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey foreignKey, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSharedObjectRootForeignKey : Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey
<Extension()>
Public Function FindSharedObjectRootForeignKey (foreignKey As IConventionForeignKey, ByRef storeObject As StoreObjectIdentifier) As IConventionForeignKey
매개 변수
- foreignKey
- IConventionForeignKey
외래 키입니다.
- storeObject
- StoreObjectIdentifier
포함하는 저장소 개체의 식별자입니다.
반환
찾은 경우 외래 키이거나 null
, 검색되지 않은 경우 입니다.
적용 대상
FindSharedObjectRootForeignKey(IForeignKey, StoreObjectIdentifier)
공유 테이블과 같은 개체에서 동일한 제약 조건에 매핑되는 첫 번째 IConventionForeignKey 를 찾습니다.
이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다.
public static Microsoft.EntityFrameworkCore.Metadata.IForeignKey FindSharedObjectRootForeignKey (this Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Metadata.IForeignKey? FindSharedObjectRootForeignKey (this Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSharedObjectRootForeignKey : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IForeignKey
<Extension()>
Public Function FindSharedObjectRootForeignKey (foreignKey As IForeignKey, ByRef storeObject As StoreObjectIdentifier) As IForeignKey
매개 변수
- foreignKey
- IForeignKey
외래 키입니다.
- storeObject
- StoreObjectIdentifier
포함하는 저장소 개체의 식별자입니다.
반환
찾은 경우 외래 키이거나 null
, 검색되지 않은 경우 입니다.
적용 대상
FindSharedObjectRootForeignKey(IMutableForeignKey, StoreObjectIdentifier)
공유 테이블과 같은 개체에서 동일한 제약 조건에 매핑되는 첫 번째 IMutableForeignKey 를 찾습니다.
이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다.
public static Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey FindSharedObjectRootForeignKey (this Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey foreignKey, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey? FindSharedObjectRootForeignKey (this Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey foreignKey, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSharedObjectRootForeignKey : Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey
<Extension()>
Public Function FindSharedObjectRootForeignKey (foreignKey As IMutableForeignKey, ByRef storeObject As StoreObjectIdentifier) As IMutableForeignKey
매개 변수
- foreignKey
- IMutableForeignKey
외래 키입니다.
- storeObject
- StoreObjectIdentifier
포함하는 저장소 개체의 식별자입니다.
반환
찾은 경우 외래 키이거나 null
, 검색되지 않은 경우 입니다.
적용 대상
FindSharedObjectRootForeignKey(IReadOnlyForeignKey, StoreObjectIdentifier)
공유 테이블과 같은 개체에서 동일한 제약 조건에 매핑되는 첫 번째 IForeignKey 를 찾습니다.
이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다.
public static Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey? FindSharedObjectRootForeignKey (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey foreignKey, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSharedObjectRootForeignKey : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey
<Extension()>
Public Function FindSharedObjectRootForeignKey (foreignKey As IReadOnlyForeignKey, ByRef storeObject As StoreObjectIdentifier) As IReadOnlyForeignKey
매개 변수
- foreignKey
- IReadOnlyForeignKey
외래 키입니다.
- storeObject
- StoreObjectIdentifier
포함하는 저장소 개체의 식별자입니다.
반환
찾은 경우 외래 키이거나 null
, 검색되지 않은 경우 입니다.
적용 대상
Entity Framework