RelationalModelAnnotations.SetDefaultSchema(String) Method

Definition

Attempts to set the DefaultSchema using the semantics of the RelationalAnnotations in use.

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

Parameters

value
String

The value to set.

Returns

True if the annotation was set; false otherwise.

Applies to