[Missing <summary> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElement.GetPropertyType(System.String,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 IType GetPropertyType(
	string propertyName,
	string propertyPath
)
Visual Basic
Public Function GetPropertyType ( _
	propertyName As String, _
	propertyPath As String _
) As IType
Visual C++
public:
IType^ GetPropertyType(
	String^ propertyName, 
	String^ propertyPath
)

Parameters

propertyName
Type: System..::..String

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

propertyPath
Type: System..::..String

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

Return Value

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

See Also