次の方法で共有


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テンポラル テーブルの使用」を参照してください。

適用対象