SqlTask.

ConnectionString Property

Summary

Connection string used to access database. This should be an OleDB connection string.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks
Containing Type
SqlTask

Syntax

[TaskAttribute("connstring", Required = true)]
[StringValidator(AllowEmpty = false)]
public string ConnectionString { get; set; }

Attributes

Type Description
TaskAttribute
StringValidator

Value

Type Description
string