[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.ICollectionPropertiesMapper`2.OrderBy``1(System.Linq.Expressions.Expression{System.Func{`1,``0}})"]

Namespace: NHibernate.Mapping.ByCode
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
void OrderBy<TProperty>(
	Expression<Func<TElement, TProperty>> property
)
Visual Basic
Sub OrderBy(Of TProperty) ( _
	property As Expression(Of Func(Of TElement, TProperty)) _
)
Visual C++
generic<typename TProperty>
void OrderBy(
	Expression<Func<TElement, TProperty>^>^ property
)

Parameters

property
Type: System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'TElement, TProperty>)>)>>)>)>

[Missing <param name="property"/> documentation for "M:NHibernate.Mapping.ByCode.ICollectionPropertiesMapper`2.OrderBy``1(System.Linq.Expressions.Expression{System.Func{`1,``0}})"]

Type Parameters

TProperty

[Missing <typeparam name="TProperty"/> documentation for "M:NHibernate.Mapping.ByCode.ICollectionPropertiesMapper`2.OrderBy``1(System.Linq.Expressions.Expression{System.Func{`1,``0}})"]

See Also