RelationalPropertyAnnotations.SetComputedColumnSql(String) Method

Definition

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

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

Parameters

value
String

The value to set.

Returns

True if the annotation was set; false otherwise.

Applies to