Для изменения размера нажмите или перетащите

FakeWorkflowContextIsInTransaction - свойство

Gets a value indicating if the plug-in is executing within the database transaction.

Пространство имён:  PZone.Xrm.Testing.Workflow
Сборка:  PZone.SDK.Xrm.Testing (в PZone.SDK.Xrm.Testing.dll) Версия: 8.2.1.0 (8.2.1.0)
Синтаксис
C#
public bool IsInTransaction { get; set; }

Возвращаемое значение

Тип: Boolean

Type: Booleantrue if the plug-in is executing within the database transaction; otherwise, false.

Реализации

IExecutionContext.IsInTransaction
Заметки