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 如果可以为数据库函数设置给定架构,则为 。

实现

适用于