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)
Version: 1.2.0.4000
Syntax
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class SqlString |
| C# |
|---|
[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.