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

DbContextEfCore..::..RemoveRange<(Of <(<'TEntity>)>)> Method

Removes the range.

Namespace:  RingSoft.DbLookup.EfCore
Assembly:  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.