SqlTask.

UseTransaction Property

Summary

If set to true, all statements will be executed within a single transaction. The default is true.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks
Containing Type
SqlTask

Syntax

[TaskAttribute("transaction")]
[BooleanValidator()]
public bool UseTransaction { get; set; }

Attributes

Type Description
TaskAttribute
BooleanValidator

Value

Type Description
bool