Share via


DbFunctionParameterBuilder.IConventionDbFunctionParameterBuilder.HasStoreType 메서드

정의

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

Microsoft.EntityFrameworkCore.Metadata.IConventionDbFunctionParameterBuilder IConventionDbFunctionParameterBuilder.HasStoreType (string storeType, bool fromDataAnnotation);
abstract member Microsoft.EntityFrameworkCore.Metadata.IConventionDbFunctionParameterBuilder.HasStoreType : string * bool -> Microsoft.EntityFrameworkCore.Metadata.IConventionDbFunctionParameterBuilder
override this.Microsoft.EntityFrameworkCore.Metadata.IConventionDbFunctionParameterBuilder.HasStoreType : string * bool -> Microsoft.EntityFrameworkCore.Metadata.IConventionDbFunctionParameterBuilder
Function HasStoreType (storeType As String, fromDataAnnotation As Boolean) As IConventionDbFunctionParameterBuilder Implements IConventionDbFunctionParameterBuilder.HasStoreType

매개 변수

storeType
String

데이터베이스에 있는 함수 매개 변수의 저장소 형식입니다.

fromDataAnnotation
Boolean

데이터 주석을 사용하여 구성을 지정했는지 여부를 나타냅니다.

반환

구성이 적용된 경우 동일한 작성기가 instance, 그렇지 않으면 null입니다.

구현

적용 대상