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