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

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

Syntax

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

Parameters

index
Type: System..::..Int32

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

sqlString
Type: NHibernate.SqlCommand..::..SqlString

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

Return Value

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

See Also