Retreive the property name from a supplied PropertyProjection Note: throws is the supplied IProjection is not a PropertyProjection

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

Syntax

C#
public static string FindProperty(
	IProjection projection
)
Visual Basic
Public Shared Function FindProperty ( _
	projection As IProjection _
) As String
Visual C++
public:
static String^ FindProperty(
	IProjection^ projection
)

Parameters

projection
Type: NHibernate.Criterion..::..IProjection

[Missing <param name="projection"/> documentation for "M:NHibernate.Impl.ExpressionProcessor.FindProperty(NHibernate.Criterion.IProjection)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Impl.ExpressionProcessor.FindProperty(NHibernate.Criterion.IProjection)"]

See Also