共用方式為


TemporalPeriodPropertyBuilder.HasPrecision(Int32) 方法

定義

設定 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時態表

適用於