Click or drag to resize

DynamicQueryEnginePrepareQueryForBatchUpdates Method

Prepares, if necessary, the passed in query object for a batch update query. Use this method to e.g. create an output parameter which collects the number of rows affected.

Namespace:  SD.LLBLGen.Pro.DQE.Oracle
Assemblies:   SD.LLBLGen.Pro.DQE.OracleMS (in SD.LLBLGen.Pro.DQE.OracleMS.dll) Version: 5.9.0.0 (5.9.0)
  SD.LLBLGen.Pro.DQE.OracleODPNet (in SD.LLBLGen.Pro.DQE.OracleODPNet.dll) Version: 5.9.0.0 (5.9.0)
Syntax
protected override void PrepareQueryForBatchUpdates(
	IActionQuery toPrepare,
	StringBuilder fragments
)

Parameters

toPrepare
Type: SD.LLBLGen.Pro.ORMSupportClassesIActionQuery
fragments
Type: System.TextStringBuilder
See Also