次の方法で共有


ComplexTypePrimitiveCollectionBuilder<TProperty>.ValueGeneratedOnUpdateSometimes メソッド

定義

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

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePrimitiveCollectionBuilder<TProperty> ValueGeneratedOnUpdateSometimes ();
override this.ValueGeneratedOnUpdateSometimes : unit -> Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePrimitiveCollectionBuilder<'Property>
Public Overridable Function ValueGeneratedOnUpdateSometimes () As ComplexTypePrimitiveCollectionBuilder(Of TProperty)

戻り値

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

適用対象