Click or drag to resize

DynamicQueryEngineBaseAppendPostUpdateQueryInBatchFragments Method

Appends, if required, fragments to the passed in fragments builder, for collecting data right after an update query has executed inside a batch.

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 AppendPostUpdateQueryInBatchFragments(
	StringBuilder toAppendTo
)

Parameters

toAppendTo
Type: System.TextStringBuilder
See Also