Bind the appropriate value into the given command.
Namespace: NHibernate.ParamAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
void Bind( IDbCommand command, IList<Parameter> sqlQueryParametersList, QueryParameters queryParameters, ISessionImplementor session ) |
Visual Basic |
---|
Sub Bind ( _ command As IDbCommand, _ sqlQueryParametersList As IList(Of Parameter), _ queryParameters As QueryParameters, _ session As ISessionImplementor _ ) |
Visual C++ |
---|
void Bind( IDbCommand^ command, IList<Parameter^>^ sqlQueryParametersList, QueryParameters^ queryParameters, ISessionImplementor^ session ) |
Parameters
- command
- Type: System.Data..::..IDbCommand
The command into which the value should be bound.
- sqlQueryParametersList
- Type: System.Collections.Generic..::..IList<(Of <(<'Parameter>)>)>
The list of Sql query parameter in the exact sequence they are present in the query.
- queryParameters
- Type: NHibernate.Engine..::..QueryParameters
The defined values for the current query execution.
- session
- Type: NHibernate.Engine..::..ISessionImplementor
The session against which the current execution is occuring.