다음을 통해 공유


IConventionDbFunctionBuilder.IsNullable(Boolean, Boolean) 메서드

정의

데이터베이스 함수가 null 값을 반환할 수 있는지 여부를 나타내는 값을 설정합니다.

public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionDbFunctionBuilder IsNullable (bool nullable, bool fromDataAnnotation = false);
public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionDbFunctionBuilder? IsNullable (bool nullable, bool fromDataAnnotation = false);
abstract member IsNullable : bool * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionDbFunctionBuilder
Public Function IsNullable (nullable As Boolean, Optional fromDataAnnotation As Boolean = false) As IConventionDbFunctionBuilder

매개 변수

nullable
Boolean

데이터베이스 함수가 기본 제공되는지 여부를 나타내는 값입니다.

fromDataAnnotation
Boolean

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

반환

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

적용 대상