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.10.0.0 (5.10.0)
Syntaxprotected virtual void AppendPostUpdateQueryInBatchFragments(
	StringBuilder toAppendTo
)
Protected Overridable Sub AppendPostUpdateQueryInBatchFragments ( 
	toAppendTo As StringBuilder
)
Parameters
- toAppendTo
 - Type: System.TextStringBuilder
 
See Also