IConventionDbFunctionBuilder.CanSetSchema(String, Boolean) 方法

定义

返回一个值,该值指示是否可以为数据库函数设置给定架构。

public bool CanSetSchema (string schema, bool fromDataAnnotation = false);
public bool CanSetSchema (string? schema, bool fromDataAnnotation = false);
abstract member CanSetSchema : string * bool -> bool
Public Function CanSetSchema (schema As String, Optional fromDataAnnotation As Boolean = false) As Boolean

参数

schema
String

数据库中函数的架构。

fromDataAnnotation
Boolean

指示是否使用数据注释指定配置。

返回

true 如果可为数据库函数设置给定架构,则为 。

适用于