UnitOfWork.Initialized property
Returns true if the transaction is tried to be started at least once. This always returns true if deferStart is not true.
public bool Initialized { get; }
See Also
- class UnitOfWork
Returns true if the transaction is tried to be started at least once. This always returns true if deferStart is not true.
public bool Initialized { get; }