SqlHelper.

SqlHelper(string, bool) Constructor

Summary

Initializes a new instance.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Util
Containing Type
SqlHelper

Syntax

public SqlHelper(string connectionString, bool useTransaction)

Parameters

Name Type Description
connectionString string OleDB Connection string
useTransaction bool True if you want to use a transaction

Return Value

Type Description
void