共用方式為


RoleStore<TRole,TContext,TKey,TUserRole,TRoleClaim>.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
member this.AutoSaveChanges : bool with get, set
Public Property AutoSaveChanges As Boolean

屬性值

如果應該自動儲存變更,則為 True,否則為 false。

適用於