Namespace:
NHibernate.Persister.Collection
Assembly: NHibernate (in NHibernate.dll)
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); |
Parameters
- st
- Type: System.Data..::.IDbCommand
- idx
- Type: System..::.Object
- i
- Type: System..::.Int32
- session
- Type: NHibernate.Engine..::.ISessionImplementor