Namespace:  NHibernate.Mapping
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Property OrderBy As String
C#
public string OrderBy { get; set; }
Visual C++
public:
property String^ OrderBy {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_orderBy();
function set_orderBy(value);

See Also