Namespace:
NHibernate.AdoNet
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub VerifyOutcomeNonBatched ( _ rowCount As Integer, _ statement As IDbCommand _ ) |
C# |
---|
void VerifyOutcomeNonBatched( int rowCount, IDbCommand statement ) |
Visual C++ |
---|
void VerifyOutcomeNonBatched( int rowCount, IDbCommand^ statement ) |
JavaScript |
---|
function verifyOutcomeNonBatched(rowCount, statement); |