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

句点属性的精度。

返回

同一生成器实例,以便可以链接多个调用。

注解

有关详细信息,请参阅将SQL Server临时表与 EF Core 配合使用

适用于