RelationalPropertyAnnotations.CanSetDefaultValue(Object) Método

Definición

Determina si se puede establecer o no DefaultValue sin conflicto.

Este método puede producir si ShouldThrowOnConflict devuelve true.

protected virtual bool CanSetDefaultValue (object value);
abstract member CanSetDefaultValue : obj -> bool
override this.CanSetDefaultValue : obj -> bool
Protected Overridable Function CanSetDefaultValue (value As Object) As Boolean

Parámetros

value
Object

Valor que se va a establecer.

Devoluciones

True si se puede establecer el valor; false Lo contrario.

Se aplica a