SqlTable.AddRange Method (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(
	params Object[] entities
)

Parameters

entities

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

See Also

Reference

SqlTable Class
DbExtensions Namespace

© Max Toro Q.