Namespace:  NHibernate.Persister.Entity
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsBatchLoadable As Boolean
C#
public bool IsBatchLoadable { get; }
Visual C++
public:
virtual property bool IsBatchLoadable {
	bool get () sealed;
}
JavaScript
function get_isBatchLoadable();

Implements

IEntityPersister..::.IsBatchLoadable

See Also