DbContextEfCore..::..RemoveRange<(Of <(<'TEntity>)>)> Method
Removes the range.
Namespace:
RingSoft.DbLookup.EfCoreAssembly: RingSoft.DbLookup.EfCore (in RingSoft.DbLookup.EfCore.dll)
Syntax
public void RemoveRange<TEntity>( IEnumerable<TEntity> listToRemove )
Public Sub RemoveRange(Of TEntity) ( _ listToRemove As IEnumerable(Of TEntity) _ )
public: generic<typename TEntity> void RemoveRange( IEnumerable<TEntity>^ listToRemove )
Type Parameters
- TEntity
- The type of the t entity.
Parameters
- listToRemove
- Type: IEnumerable<(Of <(<'TEntity>)>)>
The list to remove.