다음을 통해 공유


DbFunctionBuilder.IConventionDbFunctionBuilder.CanSetSchema 메서드

정의

데이터베이스 함수에 대해 지정된 스키마를 설정할 수 있는지 여부를 나타내는 값을 반환합니다.

bool IConventionDbFunctionBuilder.CanSetSchema (string schema, bool fromDataAnnotation);
abstract member Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionDbFunctionBuilder.CanSetSchema : string * bool -> bool
override this.Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionDbFunctionBuilder.CanSetSchema : string * bool -> bool
Function CanSetSchema (schema As String, fromDataAnnotation As Boolean) As Boolean Implements IConventionDbFunctionBuilder.CanSetSchema

매개 변수

schema
String

데이터베이스에 있는 함수의 스키마입니다.

fromDataAnnotation
Boolean

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

반환

true 데이터베이스 함수에 대해 지정된 스키마를 설정할 수 있으면 입니다.

구현

적용 대상