A SQL fragment. The string {alias} will be replaced by the alias of the root entity.

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

Syntax

C#
[SerializableAttribute]
public sealed class SQLProjection : IProjection
Visual Basic
<SerializableAttribute> _
Public NotInheritable Class SQLProjection _
	Implements IProjection
Visual C++
[SerializableAttribute]
public ref class SQLProjection sealed : IProjection

Inheritance Hierarchy

System..::..Object
  NHibernate.Criterion..::..SQLProjection

See Also