UnitOfWork.Initialized property

namespace: Serenity.Data   assemblySerenity.Net.Data

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