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

Syntax

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

See Also