[Missing <summary> documentation for "M:NHibernate.AdoNet.SqlClientBatchingBatcher.AddToBatch(NHibernate.AdoNet.IExpectation)"]

Namespace: NHibernate.AdoNet
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public override void AddToBatch(
	IExpectation expectation
)
Visual Basic
Public Overrides Sub AddToBatch ( _
	expectation As IExpectation _
)
Visual C++
public:
virtual void AddToBatch(
	IExpectation^ expectation
) override

Parameters

expectation
Type: NHibernate.AdoNet..::..IExpectation

[Missing <param name="expectation"/> documentation for "M:NHibernate.AdoNet.SqlClientBatchingBatcher.AddToBatch(NHibernate.AdoNet.IExpectation)"]

Implements

IBatcher..::..AddToBatch(IExpectation)

See Also