This is a non-modifiable SQL statement that is ready to be prepared and sent to the Database for execution.

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

Syntax

C#
[SerializableAttribute]
public class SqlString
Visual Basic
<SerializableAttribute> _
Public Class SqlString
Visual C++
[SerializableAttribute]
public ref class SqlString

Remarks

If you need to modify this object pass it to a SqlStringBuilder and get a new object back from it.

Inheritance Hierarchy

System..::..Object
  NHibernate.SqlCommand..::..SqlString

See Also