RoleStore<TRole,TContext,TKey,TUserRole,TRoleClaim>.AutoSaveChanges 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定旗標,指出是否應該在呼叫 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。