Overload List
Name | Description | |
---|---|---|
![]() | OrderBy(Expression<(Of <<'(Func<(Of <<'(Object>)>>)>)>>)) |
Add order expressed as a lambda expression
|
![]() | OrderBy(Expression<(Of <<'(Func<(Of <<'(TSubType, Object>)>>)>)>>)) |
Add order expressed as a lambda expression
|
![]() | OrderBy(IProjection) |
Order by arbitrary IProjection (e.g., to allow protected member access)
|