다음을 통해 공유


RelationalTypeBaseExtensions.GetFunctionMappings(ITypeBase) 메서드

정의

형식이 매핑되는 함수를 반환합니다.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IFunctionMapping> GetFunctionMappings (this Microsoft.EntityFrameworkCore.Metadata.ITypeBase typeBase);
static member GetFunctionMappings : Microsoft.EntityFrameworkCore.Metadata.ITypeBase -> seq<Microsoft.EntityFrameworkCore.Metadata.IFunctionMapping>
<Extension()>
Public Function GetFunctionMappings (typeBase As ITypeBase) As IEnumerable(Of IFunctionMapping)

매개 변수

typeBase
ITypeBase

함수 매핑을 가져올 형식입니다.

반환

형식이 매핑되는 함수입니다.

적용 대상