UserOnlyStore<TUser,TContext,TKey,TUserClaim,TUserLogin,TUserToken>.AutoSaveChanges プロパティ

定義

CreateAsync、UpdateAsync、DeleteAsync の呼び出し後に変更を永続化するかどうかを示すフラグを取得または設定します。

public:
 property bool AutoSaveChanges { bool get(); void set(bool value); };
public bool AutoSaveChanges { get; set; }
member this.AutoSaveChanges : bool with get, set
Public Property AutoSaveChanges As Boolean

プロパティ値

変更を自動的に永続化する必要がある場合は True、それ以外の場合は false。

適用対象