IDbContext Members
The IDbContext type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddNewNoCommitEntity<(Of <<'(TEntity>)>>) |
Adds the new no commit entity.
|
|
AddRange<(Of <<'(TEntity>)>>) |
Adds the range.
|
|
AddSaveEntity<(Of <<'(TEntity>)>>) |
Adds the save entity.
|
|
CloseConnection |
Closes the connection.
|
|
Commit |
Commits the specified message.
|
|
DeleteEntity<(Of <<'(TEntity>)>>) |
Deletes the entity.
|
|
DeleteNoCommitEntity<(Of <<'(TEntity>)>>) |
Deletes the no commit entity.
|
|
ExecuteSql |
Executes the SQL.
|
|
GetListOfDatabases |
Gets the list of databases.
|
|
GetLookupDataBase<(Of <<'(TEntity>)>>) |
Gets the lookup data base.
|
|
GetTable<(Of <<'(TEntity>)>>) |
Gets the table.
|
|
OpenConnection |
Opens the connection.
|
|
RemoveRange<(Of <<'(TEntity>)>>) |
Removes the range.
|
|
SaveEntity<(Of <<'(TEntity>)>>) |
Saves the entity.
|
|
SaveNoCommitEntity<(Of <<'(TEntity>)>>) |
Saves without committing the entity.
|
|
SetConnectionString |
Sets the connection string.
|
|
SetIdentityInsert |
Sets the identity insert.
|
|
SetProcessor |
Sets the processor.
|