Delen via


RelationalPropertyAnnotations.SetDefaultValueSql(String) Method

Definition

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

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

Parameters

value
String

The value to set.

Returns

True if the annotation was set; false otherwise.

Applies to