[Missing <summary> documentation for "P:NHibernate.Criterion.IdentifierProjection.IsAggregate"]

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

Syntax

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

Implements

IProjection..::..IsAggregate

See Also