Compartilhar via


RoleStore<TRole,TContext,TKey,TUserRole,TRoleClaim>.AutoSaveChanges Propriedade

Definição

Obtém ou define um sinalizador que indica se as alterações devem ser mantidas após CreateAsync, UpdateAsync e DeleteAsync serem chamadas.

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

Valor da propriedade

True se as alterações devem ser mantidas automaticamente, caso contrário, false.

Aplica-se a