SqlTask.

Batch Property

Summary

If true, the statements will be executed as a single batch. If false, they will be executed one by one. Default is true.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks
Containing Type
SqlTask

Syntax

[TaskAttribute("batch")]
[BooleanValidator()]
public bool Batch { get; set; }

Attributes

Type Description
TaskAttribute
BooleanValidator

Value

Type Description
bool