Namespace:
NHibernate.AdoNet
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Sub VerifyOutcomeBatched ( _ expectedRowCount As Integer, _ rowCount As Integer _ ) |
C# |
---|
public static void VerifyOutcomeBatched( int expectedRowCount, int rowCount ) |
Visual C++ |
---|
public: static void VerifyOutcomeBatched( int expectedRowCount, int rowCount ) |
JavaScript |
---|
NHibernate.AdoNet.Expectations.verifyOutcomeBatched = function(expectedRowCount, rowCount); |