Insert a string containing sql into the SqlStringBuilder at the specified index.
Namespace: NHibernate.SqlCommandAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public SqlStringBuilder Insert( int index, string sql ) |
Visual Basic |
---|
Public Function Insert ( _ index As Integer, _ sql As String _ ) As SqlStringBuilder |
Visual C++ |
---|
public: SqlStringBuilder^ Insert( int index, String^ sql ) |
Parameters
- index
- Type: System..::..Int32
The zero-based index at which the sql should be inserted.
- sql
- Type: System..::..String
The string containing sql to insert.