Namespace:  NHibernate.Persister.Collection
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Protected Function WriteIndex ( _
	st As IDbCommand, _
	idx As Object, _
	i As Integer, _
	session As ISessionImplementor _
) As Integer
C#
protected int WriteIndex(
	IDbCommand st,
	Object idx,
	int i,
	ISessionImplementor session
)
Visual C++
protected:
int WriteIndex(
	IDbCommand^ st, 
	Object^ idx, 
	int i, 
	ISessionImplementor^ session
)
JavaScript
function writeIndex(st, idx, i, session);

See Also