Summary
Gets or sets a value indicating whether to use transactions.
- Namespace
- Cake
.Common .Tools .Roundhouse - Containing Type
- RoundhouseSettings
Syntax
public bool WithTransaction { get; set; }
Value
Type | Description |
---|---|
bool | This instructs RH to run inside of a transaction. |