DataRepositoryRegistry..::..RemoveRange<(Of <(<'TEntity>)>)> Method
Removes the range.
Namespace:
RingSoft.DbLookup.TestingAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.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.