SqlTable<TEntity>.AddRange Method (TEntity[])

Recursively executes INSERT commands for the specified entities and all their one-to-one and one-to-many associations.

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

public void AddRange(
	params TEntity[] entities
)

Parameters

entities

Type: TEntity[]
The entities whose INSERT commands are to be executed.

See Also

Reference

SqlTable<TEntity> Class
DbExtensions Namespace

© Max Toro Q.