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

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

Adds the range.

Namespace:  RingSoft.DbLookup.EfCore
Assembly:  RingSoft.DbLookup.EfCore (in RingSoft.DbLookup.EfCore.dll)

Syntax


public void AddRange<TEntity>(
	List<TEntity> listToAdd
)
Public Sub AddRange(Of TEntity) ( _
	listToAdd As List(Of TEntity) _
)
public:
generic<typename TEntity>
void AddRange(
	List<TEntity>^ listToAdd
)

Type Parameters

TEntity
The type of the t entity.

Parameters

listToAdd
Type: List<(Of <(<'TEntity>)>)>
The list to add.