Adds the preformatted sql to the SqlString that is being built.

Namespace: NHibernate.SqlCommand
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public SqlStringBuilder Add(
	string sql
)
Visual Basic
Public Function Add ( _
	sql As String _
) As SqlStringBuilder
Visual C++
public:
SqlStringBuilder^ Add(
	String^ sql
)

Parameters

sql
Type: System..::..String
The string to add.

Return Value

This SqlStringBuilder

See Also