Share via


RelationalEntityTypeAnnotations.SetTableName(String) Method

Definition

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

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

Parameters

value
String

The value to set.

Returns

True if the annotation was set; false otherwise.

Applies to