A class persister that supports queries expressed in the platform native SQL dialect.

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

Syntax

C#
public interface ISqlLoadable : ILoadable, 
	IEntityPersister, IOptimisticCacheSource
Visual Basic
Public Interface ISqlLoadable _
	Inherits ILoadable, IEntityPersister, IOptimisticCacheSource
Visual C++
public interface class ISqlLoadable : ILoadable, 
	IEntityPersister, IOptimisticCacheSource

See Also