Exception e |
Type IBatcher
Namespace NHibernate.Engine
Interfaces IDisposable
Exception e |
PrepareBatchStatement()
)
IExpectation expectation |
Determines whether the number of rows affected by query is correct. |
PrepareCommand()
IDbCommand cmd |
The IDbCommand to ensure is closed. |
IDataReader reader |
The IDataReader to ensure is closed. |
Use this method instead of Dispose
if the IBatcher can be used again.
The Batcher is responsible for ensuring that all of the Drivers rules for how many open IDataReader s it can have are followed.
return int |
The number of rows affected. |
IDbCommand cmd |
The IDbCommand to execute. |
The Batcher is responsible for ensuring that all of the Drivers rules for how many open IDataReader s it can have are followed.
return IDataReader |
The IDataReader from the IDbCommand . |
IDbCommand cmd |
The IDbCommand to execute to get the IDataReader . |
return IDbCommand |
|
CommandType commandType |
|
SqlString sql |
|
SqlType[] parameterTypes |
return IDbCommand |
|
CommandType commandType |
|
SqlString sql |
|
SqlType[] parameterTypes |
return IDbCommand |
|
CommandType commandType |
|
SqlString sql |
|
SqlType[] parameterTypes |
return bool
|