RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

DbContextEfCore Methods

The DbContextEfCore type exposes the following members.

Methods


  Name Description
Public method AddNewNoCommitEntity<(Of <<'(TEntity>)>>)
Adds the new no commit entity.
Public method AddRange<(Of <<'(TEntity>)>>)
Adds the range.
Public method AddSaveEntity<(Of <<'(TEntity>)>>)
Adds the save entity.
Public method CloseConnection
Closes the connection.
Public method Commit
Commits the specified message.
Public method Static member ConfigureAdvancedFind
Configures the advanced find.
Public method DeleteEntity<(Of <<'(TEntity>)>>)
Deletes the entity.
Public method DeleteNoCommitEntity<(Of <<'(TEntity>)>>)
Deletes the no commit entity.
Public method ExecuteSql
Executes the SQL.
Public method GetDbContextEf
Gets the database context ef.
Public method GetListOfDatabases
Gets the list of databases.
Public method GetLookupDataBase<(Of <<'(TEntity>)>>)
Gets the lookup data base.
Public method GetNewDbContextEfCore
Gets the new database context ef core.
Public method GetTable(String)
Gets the table.
Public method GetTable<(Of <<'(TEntity>)>>)()()()()
Gets the table.
Protected method OnModelCreating
Override this method to further configure the model that was discovered by convention from the entity types exposed in DbSet properties on your derived context. The resulting model may be cached and re-used for subsequent instances of your derived context.
Public method OpenConnection
Opens the connection.
Public method RemoveRange<(Of <<'(TEntity>)>>)
Removes the range.
Public method SaveEntity<(Of <<'(TEntity>)>>)
Saves the entity.
Public method SaveNoCommitEntity<(Of <<'(TEntity>)>>)
Saves the no commit entity.
Public method SetConnectionString
Sets the connection string.
Public method SetIdentityInsert
Sets the identity insert.
Public method SetProcessor
Sets the processor.