Click or drag to resize

DataAccessAdapterCoreOnUpdateEntitiesDirectlyComplete Method

Called right after the actual update query is executed

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
protected virtual void OnUpdateEntitiesDirectlyComplete(
	IActionQuery updateQuery
)

Parameters

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