Adds the preformatted sql to the SqlString that is being built.
            
Namespace: NHibernate.SqlCommandAssembly: 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.