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.6.0.0 (5.6.19.0117)
Syntax protected virtual void AppendPostUpdateQueryInBatchFragments(
StringBuilder toAppendTo
)
Protected Overridable Sub AppendPostUpdateQueryInBatchFragments (
toAppendTo As StringBuilder
)
Parameters
- toAppendTo
- Type: System.TextStringBuilder
See Also