'Declaration Public Sub SetTransaction( _ ByVal transaction As ITransaction, _ Optional ByVal allowPropertyPaths As Boolean _ )
public void SetTransaction( ITransaction transaction, bool allowPropertyPaths )
Parameters
- transaction
- The new value for the the Transaction property.
- allowPropertyPaths
- Set this parameter to True to prevent exception if you have writable property paths and want to ignore them (but be aware that updates through property paths are not tracked by the transaction). The default is False.