Click or drag to resize
EntityBaseRemoveFromTransactionIfNecessary Method
Removes the specified element from the transaction this entity is in if necessary.

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
protected void RemoveFromTransactionIfNecessary(
	ITransactionalElement toRemove
)

Parameters

toRemove
Type: SD.LLBLGen.Pro.ORMSupportClassesITransactionalElement
To remove.
See Also