[Missing <summary> documentation for "P:NHibernate.Cfg.MappingSchema.HbmList.OrderBy"]

Namespace: NHibernate.Cfg.MappingSchema
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public string OrderBy { get; }
Visual Basic
Public ReadOnly Property OrderBy As String
	Get
Visual C++
public:
virtual property String^ OrderBy {
	String^ get () sealed;
}

Implements

ICollectionPropertiesMapping..::..OrderBy

See Also