IConventionDbFunction.SetSchema(String, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置数据库中函数的架构。
public void SetSchema (string schema, bool fromDataAnnotation = false);
public string SetSchema (string schema, bool fromDataAnnotation = false);
public string? SetSchema (string? schema, bool fromDataAnnotation = false);
abstract member SetSchema : string * bool -> unit
abstract member SetSchema : string * bool -> string
Public Sub SetSchema (schema As String, Optional fromDataAnnotation As Boolean = false)
Public Function SetSchema (schema As String, Optional fromDataAnnotation As Boolean = false) As String
参数
- schema
- String
数据库中函数的架构。
- fromDataAnnotation
- Boolean
指示配置是否是使用数据注释指定的。
返回
配置的值。