次の方法で共有


ComplexTypePropertyBuilder.ValueGeneratedOnUpdateSometimes メソッド

定義

既存のエンティティを保存するときに、特定の条件下で生成される値を持つプロパティを構成します。

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder ValueGeneratedOnUpdateSometimes ();
abstract member ValueGeneratedOnUpdateSometimes : unit -> Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder
override this.ValueGeneratedOnUpdateSometimes : unit -> Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder
Public Overridable Function ValueGeneratedOnUpdateSometimes () As ComplexTypePropertyBuilder

戻り値

複数の構成呼び出しをチェーンできるように、同じビルダー インスタンス。

適用対象