Share via


RelationalPropertyAnnotations.CanSetComputedColumnSql(String) Method

Definition

Determines whether or not ComputedColumnSql can be set without conflict.

This method may throw if ShouldThrowOnConflict returns true.

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

Parameters

value
String

The value to set.

Returns

True if the value can be set; false otherwise.

Applies to