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

IDbContext Members

The IDbContext 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 DeleteEntity<(Of <<'(TEntity>)>>)
Deletes the entity.
Public method DeleteNoCommitEntity<(Of <<'(TEntity>)>>)
Deletes the no commit entity.
Public method ExecuteSql
Executes the SQL.
Public method GetListOfDatabases
Gets the list of databases.
Public method GetLookupDataBase<(Of <<'(TEntity>)>>)
Gets the lookup data base.
Public method GetTable<(Of <<'(TEntity>)>>)
Gets the table.
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 without committing the entity.
Public method SetConnectionString
Sets the connection string.
Public method SetIdentityInsert
Sets the identity insert.
Public method SetProcessor
Sets the processor.