[This is preliminary documentation and is subject to change.]
The BlogDbContext type exposes the following members.
Methods
| Name | Description |
---|
  | Create | |
 | Dispose | (Inherited from DbContext.) |
 | Dispose(Boolean) | (Inherited from DbContext.) |
 | Entry(Object) | (Inherited from DbContext.) |
 | Entry``1(UMP) | (Inherited from DbContext.) |
 | Equals | (Inherited from DbContext.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | GetHashCode | (Inherited from DbContext.) |
 | GetType | (Inherited from DbContext.) |
 | GetValidationErrors | (Inherited from DbContext.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | OnModelCreating | (Inherited from IdentityDbContextApplicationUser, IdentityRole, String, IdentityUserLogin, IdentityUserRole, IdentityUserClaim.) |
 | SaveChanges | (Inherited from DbContext.) |
 | SaveChangesAsync | (Inherited from DbContext.) |
 | SaveChangesAsync(CancellationToken) | (Inherited from DbContext.) |
 | Set(Type) | (Inherited from DbContext.) |
 | Set``1 | (Inherited from DbContext.) |
 | ShouldValidateEntity | (Inherited from DbContext.) |
 | ToString | (Inherited from DbContext.) |
 | ValidateEntity | (Inherited from IdentityDbContextApplicationUser, IdentityRole, String, IdentityUserLogin, IdentityUserRole, IdentityUserClaim.) |
Top
See Also