다음을 통해 공유


RelationalPropertyExtensions.FindColumn 메서드

정의

지정된 테이블과 같은 저장소 개체에 매핑된 경우 이 속성에 해당하는 열을 반환합니다.

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

매개 변수

property
IProperty

속성입니다.

storeObject
StoreObjectIdentifier

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

반환

속성이 매핑되는 열입니다.

적용 대상