SequenceBuilder.IConventionSequenceBuilder.CanSetMin 메서드

정의

시퀀스에 대해 지정된 최소값을 설정할 수 있는지 여부를 나타내는 값을 반환합니다.

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

매개 변수

minimum
Nullable<Int64>

시퀀스의 최소값입니다.

fromDataAnnotation
Boolean

데이터 주석을 사용하여 구성을 지정했는지 여부를 나타냅니다.

반환

true 시퀀스에 대해 지정된 최소값을 설정할 수 있으면 입니다.

구현

적용 대상