SequenceBuilder.IConventionSequenceBuilder.CanSetIncrementsBy Método

Definição

Retorna um valor que indica se o incremento fornecido pode ser definido para a sequência.

bool IConventionSequenceBuilder.CanSetIncrementsBy (int? increment, bool fromDataAnnotation);
abstract member Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionSequenceBuilder.CanSetIncrementsBy : Nullable<int> * bool -> bool
override this.Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionSequenceBuilder.CanSetIncrementsBy : Nullable<int> * bool -> bool
Function CanSetIncrementsBy (increment As Nullable(Of Integer), fromDataAnnotation As Boolean) As Boolean Implements IConventionSequenceBuilder.CanSetIncrementsBy

Parâmetros

increment
Nullable<Int32>

O valor a ser incrementado entre valores.

fromDataAnnotation
Boolean

Indica se a configuração foi especificada usando uma anotação de dados.

Retornos

true se o incremento especificado puder ser definido para a sequência.

Implementações

Aplica-se a