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

Syntax

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

Parameters

startIndex
Type: System..::.Int32
length
Type: System..::.Int32

See Also