UserStore<TUser>.AutoSaveChanges Property

If true will call SaveChanges after Create/Update/Delete

Namespace:  Microsoft.AspNet.Identity.EntityFramework
Assembly:  Microsoft.AspNet.Identity.EntityFramework (in Microsoft.AspNet.Identity.EntityFramework.dll)

Syntax

'Declaration
Public Property AutoSaveChanges As Boolean 
    Get 
    Set
'Usage
Dim instance As UserStore 
Dim value As Boolean 

value = instance.AutoSaveChanges

instance.AutoSaveChanges = value
public bool AutoSaveChanges { get; set; }
public:
property bool AutoSaveChanges {
    bool get ();
    void set (bool value);
}
member AutoSaveChanges : bool with get, set
function get AutoSaveChanges () : boolean 
function set AutoSaveChanges (value : boolean)

Property Value

Type: System.Boolean

See Also

Reference

UserStore<TUser> Class

Microsoft.AspNet.Identity.EntityFramework Namespace