TemporalPeriodPropertyBuilder.HasPrecision(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定 period 屬性的有效位數。
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalPeriodPropertyBuilder HasPrecision (int precision);
abstract member HasPrecision : int -> Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalPeriodPropertyBuilder
override this.HasPrecision : int -> Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalPeriodPropertyBuilder
Public Overridable Function HasPrecision (precision As Integer) As TemporalPeriodPropertyBuilder
參數
- precision
- Int32
period 屬性的有效位數。
傳回
相同的產生器實例,以便鏈結多個呼叫。
備註
如需詳細資訊,請參閱搭配 EF Core 使用SQL Server時態表。