IConventionSequenceBuilder.CanSetMin(Nullable<Int64>, Boolean) Method

Definition

Returns a value indicating whether the given minimum value can be set for the sequence.

public bool CanSetMin (long? minimum, bool fromDataAnnotation = false);
abstract member CanSetMin : Nullable<int64> * bool -> bool
Public Function CanSetMin (minimum As Nullable(Of Long), Optional fromDataAnnotation As Boolean = false) As Boolean

Parameters

minimum
Nullable<Int64>

The minimum value for the sequence.

fromDataAnnotation
Boolean

Indicates whether the configuration was specified using a data annotation.

Returns

true if the given minimum value can be set for the sequence.

Applies to