다음을 통해 공유


RelationalPropertyExtensions.FindSharedStoreObjectRootProperty 메서드

정의

오버로드

FindSharedStoreObjectRootProperty(IConventionProperty, StoreObjectIdentifier)

공유 테이블과 같은 개체의 동일한 열에 매핑되는 첫 번째 IProperty 를 찾습니다.

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

FindSharedStoreObjectRootProperty(IMutableProperty, StoreObjectIdentifier)

공유 테이블과 같은 개체의 동일한 열에 매핑되는 첫 번째 IProperty 를 찾습니다.

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

FindSharedStoreObjectRootProperty(IProperty, StoreObjectIdentifier)

공유 테이블과 같은 개체의 동일한 열에 매핑되는 첫 번째 IProperty 를 찾습니다.

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

FindSharedStoreObjectRootProperty(IReadOnlyProperty, StoreObjectIdentifier)

공유 테이블과 같은 개체의 동일한 열에 매핑되는 첫 번째 IProperty 를 찾습니다.

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

FindSharedStoreObjectRootProperty(IConventionProperty, StoreObjectIdentifier)

공유 테이블과 같은 개체의 동일한 열에 매핑되는 첫 번째 IProperty 를 찾습니다.

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

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

매개 변수

property
IConventionProperty

속성입니다.

storeObject
StoreObjectIdentifier

열을 포함하는 테이블과 유사한 저장소 개체의 식별자입니다.

반환

속성이 발견되었거나 null , 찾을 수 없는 경우 입니다.

적용 대상

FindSharedStoreObjectRootProperty(IMutableProperty, StoreObjectIdentifier)

공유 테이블과 같은 개체의 동일한 열에 매핑되는 첫 번째 IProperty 를 찾습니다.

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

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

매개 변수

property
IMutableProperty

속성입니다.

storeObject
StoreObjectIdentifier

열을 포함하는 테이블과 유사한 저장소 개체의 식별자입니다.

반환

속성이 발견되었거나 null , 찾을 수 없는 경우 입니다.

적용 대상

FindSharedStoreObjectRootProperty(IProperty, StoreObjectIdentifier)

공유 테이블과 같은 개체의 동일한 열에 매핑되는 첫 번째 IProperty 를 찾습니다.

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

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

매개 변수

property
IProperty

속성입니다.

storeObject
StoreObjectIdentifier

열을 포함하는 테이블과 유사한 저장소 개체의 식별자입니다.

반환

속성이 발견되었거나 null , 찾을 수 없는 경우 입니다.

적용 대상

FindSharedStoreObjectRootProperty(IReadOnlyProperty, StoreObjectIdentifier)

공유 테이블과 같은 개체의 동일한 열에 매핑되는 첫 번째 IProperty 를 찾습니다.

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

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

매개 변수

property
IReadOnlyProperty

속성입니다.

storeObject
StoreObjectIdentifier

열을 포함하는 테이블과 유사한 저장소 개체의 식별자입니다.

반환

속성이 발견되었거나 null , 찾을 수 없는 경우 입니다.

적용 대상