UnitOfWorkInsertEntitiesDirectlyElement Constructor |
Ctor
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntax public UnitOfWorkInsertEntitiesDirectlyElement(
Type typeOfEntity,
DynamicQuery selectQuery
)
Public Sub New (
typeOfEntity As Type,
selectQuery As DynamicQuery
)
Parameters
- typeOfEntity
- Type: SystemType
The type of the target entity - selectQuery
- Type: SD.LLBLGen.Pro.QuerySpecDynamicQuery
the select query which will produce the rows to insert
See Also