RelationalEntityTypeAnnotations.SetSchema(String) Method

Definition

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

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

Parameters

value
String

The value to set.

Returns

True if the annotation was set; false otherwise.

Applies to