Namespace:
NHibernate.Persister.Collection
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Function WriteElementToWhere ( _ st As IDbCommand, _ elt As Object, _ i As Integer, _ session As ISessionImplementor _ ) As Integer |
C# |
---|
protected int WriteElementToWhere( IDbCommand st, Object elt, int i, ISessionImplementor session ) |
Visual C++ |
---|
protected: int WriteElementToWhere( IDbCommand^ st, Object^ elt, int i, ISessionImplementor^ session ) |
JavaScript |
---|
function writeElementToWhere(st, elt, i, session); |
Parameters
- st
- Type: System.Data..::.IDbCommand
- elt
- Type: System..::.Object
- i
- Type: System..::.Int32
- session
- Type: NHibernate.Engine..::.ISessionImplementor