Share via


RelationalPropertyAnnotations.CanSetDefaultValueSql(String) Method

Definition

Determines whether or not DefaultValueSql can be set without conflict.

This method may throw if ShouldThrowOnConflict returns true.

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

Parameters

value
String

The value to set.

Returns

True if the value can be set; false otherwise.

Applies to