Click or drag to resize

DataAccessAdapterCoreOnInsertEntitiesDirectlyComplete Method

Called right before the actual insert query is executed

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
protected virtual void OnInsertEntitiesDirectlyComplete(
	IActionQuery insertQuery
)

Parameters

insertQuery
Type: SD.LLBLGen.Pro.ORMSupportClassesIActionQuery
The ActionQuery to execute
See Also