[Missing <summary> documentation for "P:NHibernate.AdoNet.Expectations.NoneExpectation.CanBeBatched"]

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

Syntax

C#
public bool CanBeBatched { get; }
Visual Basic
Public ReadOnly Property CanBeBatched As Boolean
	Get
Visual C++
public:
virtual property bool CanBeBatched {
	bool get () sealed;
}

Implements

IExpectation..::..CanBeBatched

See Also