[Missing <summary> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElement.GetPropertyMapping(System.String)"]

Namespace: NHibernate.Hql.Ast.ANTLR.Tree
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public IPropertyMapping GetPropertyMapping(
	string propertyName
)
Visual Basic
Public Function GetPropertyMapping ( _
	propertyName As String _
) As IPropertyMapping
Visual C++
public:
IPropertyMapping^ GetPropertyMapping(
	String^ propertyName
)

Parameters

propertyName
Type: System..::..String

[Missing <param name="propertyName"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElement.GetPropertyMapping(System.String)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElement.GetPropertyMapping(System.String)"]

See Also