다음을 통해 공유


IConventionDbFunctionParameterBuilder 인터페이스

정의

을 구성하기 위한 간단한 API를 IConventionDbFunctionParameter제공합니다.

public interface IConventionDbFunctionParameterBuilder
type IConventionDbFunctionParameterBuilder = interface
Public Interface IConventionDbFunctionParameterBuilder
파생

속성

Metadata

빌드 중인 함수 매개 변수 메타데이터입니다.

메서드

CanSetStoreType(String, Boolean)

현재 구성 원본에서 이 속성에 대해 저장소 유형을 설정할 수 있는지 여부를 나타내는 값을 반환합니다.

CanSetTypeMapping(RelationalTypeMapping, Boolean)

현재 구성 원본에서 이 속성에 대해 설정할 수 있는지 여부를 RelationalTypeMapping 나타내는 값을 반환합니다.

HasStoreType(String, Boolean)

데이터베이스에서 함수 매개 변수의 저장소 형식을 설정합니다.

HasTypeMapping(RelationalTypeMapping, Boolean)

RelationalTypeMapping 함수 매개 변수의 를 설정합니다.

적용 대상