ExtensionMethods..::..DeleteNoCommitEntity<(Of <(<'TEntity>)>)> Method
Deletes the entity but does not commit the changes. Outputs all errors to the DbDataProcessor SqlErrorViewer.
Namespace:
RingSoft.DbLookup.EfCoreAssembly: RingSoft.DbLookup.EfCore (in RingSoft.DbLookup.EfCore.dll)
Syntax
public static bool DeleteNoCommitEntity<TEntity>( this DbContext dbContext, DbSet<TEntity> dbSet, TEntity entity, string debugMessage, bool silent )
Type Parameters
- TEntity
- The type of the entity.
Parameters
- dbContext
- Type: DbContext
The database context.
- dbSet
- Type: DbSet<(Of <(<'TEntity>)>)>
The database set.
- entity
- Type: TEntity
The entity.
- debugMessage
- Type: String
The debug message.
- silent
- Type: Boolean
if set to true [silent].