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

Namespace: NHibernate.Persister.Entity
Assembly:   NHibernate (in NHibernate)
Version: 1.2.0.4000

Syntax

Visual Basic (Declaration)
Public Interface ISqlLoadable _
	Implements ILoadable, IEntityPersister
C#
public interface ISqlLoadable : ILoadable, IEntityPersister
Visual C++
public interface class ISqlLoadable : ILoadable, IEntityPersister