다음을 통해 공유


RelationalPropertyExtensions.GetFunctionColumnMappings(IProperty) 메서드

정의

속성이 매핑되는 함수 열을 반환합니다.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IFunctionColumnMapping> GetFunctionColumnMappings (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetFunctionColumnMappings : Microsoft.EntityFrameworkCore.Metadata.IProperty -> seq<Microsoft.EntityFrameworkCore.Metadata.IFunctionColumnMapping>
<Extension()>
Public Function GetFunctionColumnMappings (property As IProperty) As IEnumerable(Of IFunctionColumnMapping)

매개 변수

property
IProperty

속성입니다.

반환

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

적용 대상