SqlStatementList.

ParseSql(string) Method

Summary

Parses the SQL into the internal list using the specified delimiter and delimiter style
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Util
Containing Type
SqlStatementList

Syntax

public void ParseSql(string sql)

Parameters

Name Type Description
sql string The SQL string to parse.

Return Value

Type Description
void