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

傳回

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

適用於