SequenceBuilder.IConventionSequenceBuilder.CanSetMin 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,指出是否可以為序列設定指定的最小值。
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
參數
- fromDataAnnotation
- Boolean
指出是否使用資料批註來指定組態。
傳回
true
如果可以設定序列的指定最小值,則為 。