Responder Developer Guide
OrderBy<T>(IQueryable<T>,String,Object[]) Method


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Function OrderBy(Of T)( _
   ByVal source As IQueryable(Of T), _
   ByVal ordering As String, _
   ByVal ParamArray values() As Object _
) As IQueryable(Of T)
'Usage
 
Dim source As IQueryable(Of T)
Dim ordering As String
Dim values() As Object
Dim value As IQueryable(Of T)
 
value = DynamicQueryable.OrderBy(Of T)(source, ordering, values)
[Extension()]
public static IQueryable<T> OrderBy<T>( 
   IQueryable<T> source,
   string ordering,
   params object[] values
)

Parameters

source
ordering
values

Type Parameters

T
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DynamicQueryable Class
DynamicQueryable Members
Overload List

 

 


Send Comment