RelationalModelAnnotations.SetDefaultSchema(String) 方法

定义

尝试使用正在使用 DefaultSchema 的语义 RelationalAnnotations 设置 。

protected virtual bool SetDefaultSchema (string value);
abstract member SetDefaultSchema : string -> bool
override this.SetDefaultSchema : string -> bool
Protected Overridable Function SetDefaultSchema (value As String) As Boolean

参数

value
String

要设置的值。

返回

True 如果已设置批注,则为 ; false 否则。

适用于