DbContextEfCore Members
The DbContextEfCore 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.
|
|
ConfigureAdvancedFind |
Configures the advanced find.
|
|
DeleteEntity<(Of <<'(TEntity>)>>) |
Deletes the entity.
|
|
DeleteNoCommitEntity<(Of <<'(TEntity>)>>) |
Deletes the no commit entity.
|
|
ExecuteSql |
Executes the SQL.
|
|
GetDbContextEf |
Gets the database context ef.
|
|
GetListOfDatabases |
Gets the list of databases.
|
|
GetLookupDataBase<(Of <<'(TEntity>)>>) |
Gets the lookup data base.
|
|
GetNewDbContextEfCore |
Gets the new database context ef core.
|
|
GetTable(String) |
Gets the table.
|
|
GetTable<(Of <<'(TEntity>)>>)()()()() |
Gets the table.
|
|
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.
|
|
OpenConnection |
Opens the connection.
|
|
RemoveRange<(Of <<'(TEntity>)>>) |
Removes the range.
|
|
SaveEntity<(Of <<'(TEntity>)>>) |
Saves the entity.
|
|
SaveNoCommitEntity<(Of <<'(TEntity>)>>) |
Saves the no commit entity.
|
|
SetConnectionString |
Sets the connection string.
|
|
SetIdentityInsert |
Sets the identity insert.
|
|
SetProcessor |
Sets the processor.
|
Properties
Name | Description | |
---|---|---|
AdvancedFindColumns |
Gets or sets the advanced find columns.
|
|
AdvancedFindFilters |
Gets or sets the advanced find filters.
|
|
AdvancedFinds |
Gets or sets the advanced finds.
|
|
RecordLocks |
Gets or sets the record locks.
|