[Missing <summary> documentation for "M:NHibernate.SqlCommand.SqlString.Insert(System.Int32,System.String)"]

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

Syntax

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

Parameters

index
Type: System..::..Int32

[Missing <param name="index"/> documentation for "M:NHibernate.SqlCommand.SqlString.Insert(System.Int32,System.String)"]

text
Type: System..::..String

[Missing <param name="text"/> documentation for "M:NHibernate.SqlCommand.SqlString.Insert(System.Int32,System.String)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.SqlCommand.SqlString.Insert(System.Int32,System.String)"]

See Also