Bind any required parameter values into the SQL command SelectSQL.
Namespace: NHibernate.Id.InsertAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
protected internal virtual void BindParameters( ISessionImplementor session, IDbCommand ps, Object entity ) |
Visual Basic |
---|
Protected Friend Overridable Sub BindParameters ( _ session As ISessionImplementor, _ ps As IDbCommand, _ entity As Object _ ) |
Visual C++ |
---|
protected public: virtual void BindParameters( ISessionImplementor^ session, IDbCommand^ ps, Object^ entity ) |
Parameters
- session
- Type: NHibernate.Engine..::..ISessionImplementor
The session
- ps
- Type: System.Data..::..IDbCommand
The prepared SelectSQL command
- entity
- Type: System..::..Object
The entity being saved.