Click or drag to resize
DataAccessAdapterCoreOnUpdateEntitiesDirectly Method
Called right before the actual update query is executed

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected virtual void OnUpdateEntitiesDirectly(
	IActionQuery updateQuery
)

Parameters

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