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

Syntax

Visual Basic (Declaration)
Public Function Insert ( _
	index As Integer, _
	text As String _
) As SqlString
C#
public SqlString Insert(
	int index,
	string text
)
Visual C++
public:
SqlString^ Insert(
	int index, 
	String^ text
)
JavaScript
function insert(index, text);

Parameters

index
Type: System..::.Int32
text
Type: System..::.String

See Also