共用方式為


OwnedNavigationTemporalPeriodPropertyBuilder.HasPrecision(Int32) 方法

定義

設定 period 屬性的有效位數。

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalPeriodPropertyBuilder HasPrecision (int precision);
abstract member HasPrecision : int -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalPeriodPropertyBuilder
override this.HasPrecision : int -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalPeriodPropertyBuilder
Public Overridable Function HasPrecision (precision As Integer) As OwnedNavigationTemporalPeriodPropertyBuilder

參數

precision
Int32

period 屬性的有效位數。

傳回

相同的產生器實例,以便鏈結多個呼叫。

備註

如需詳細資訊,請參閱搭配 EF Core 使用SQL Server時態表

適用於