Click or drag to resize

UnitOfWorkInsertMultiElement Constructor

Ctor

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax
public UnitOfWorkInsertMultiElement(
	IEntityCollection collection,
	DynamicQuery selectQuery
)

Parameters

collection
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCollection
The collection to call the InsertMulti method on
selectQuery
Type: SD.LLBLGen.Pro.QuerySpecDynamicQuery
the select query which will produce the rows to insert
See Also