SqlTable.AddRange Method (IEnumerable<Object>)

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(
	IEnumerable<Object> entities
)

Parameters

entities

Type: System.Collections.Generic.IEnumerable<Object>
The entities whose INSERT commands are to be executed.

See Also

Reference

SqlTable Class
DbExtensions Namespace

© Max Toro Q.