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

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

Adds the range.

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

Syntax


void AddRange<TEntity>(
	List<TEntity> listToAdd
)
Sub AddRange(Of TEntity) ( _
	listToAdd As List(Of TEntity) _
)
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.