Compartir a través de


IConventionSequence.SetMinValue(Nullable<Int64>, Boolean) Método

Definición

Establece el valor mínimo admitido por la secuencia.

public void SetMinValue (long? minValue, bool fromDataAnnotation = false);
public long? SetMinValue (long? minValue, bool fromDataAnnotation = false);
abstract member SetMinValue : Nullable<int64> * bool -> unit
abstract member SetMinValue : Nullable<int64> * bool -> Nullable<int64>
Public Sub SetMinValue (minValue As Nullable(Of Long), Optional fromDataAnnotation As Boolean = false)
Public Function SetMinValue (minValue As Nullable(Of Long), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Long)

Parámetros

minValue
Nullable<Int64>

Valor mínimo admitido por la secuencia.

fromDataAnnotation
Boolean

Indica si la configuración se especificó mediante una anotación de datos.

Devoluciones

El valor configurado.

Se aplica a