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)

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class SqlString
C#
[SerializableAttribute]
public class SqlString
Visual C++
[SerializableAttribute]
public ref class SqlString
JavaScript
NHibernate.SqlCommand.SqlString = function();

Type.createClass(
	'NHibernate.SqlCommand.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