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

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

Syntax

C#
public SqlString Substring(
	int startIndex,
	int length
)
Visual Basic
Public Function Substring ( _
	startIndex As Integer, _
	length As Integer _
) As SqlString
Visual C++
public:
SqlString^ Substring(
	int startIndex, 
	int length
)

Parameters

startIndex
Type: System..::..Int32

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

length
Type: System..::..Int32

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

Return Value

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

See Also