SequenceBuilder.IConventionSequenceBuilder.CanSetMax Method

Definition

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

bool IConventionSequenceBuilder.CanSetMax (long? maximum, bool fromDataAnnotation);
abstract member Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionSequenceBuilder.CanSetMax : Nullable<int64> * bool -> bool
override this.Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionSequenceBuilder.CanSetMax : Nullable<int64> * bool -> bool
Function CanSetMax (maximum As Nullable(Of Long), fromDataAnnotation As Boolean) As Boolean Implements IConventionSequenceBuilder.CanSetMax

Parameters

maximum
Nullable<Int64>

The maximum value for the sequence.

fromDataAnnotation
Boolean

Indicates whether the configuration was specified using a data annotation.

Returns

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

Implements

Applies to