Version

SortField Method (DataPresenterRecordProxyBase)

Sort by the supplied field.
Syntax
'Declaration
 
Public Sub SortField( _
   ByVal oField As System.Object, _
   ByVal oeSortDirection As System.Object, _
   Optional ByVal bExtendSort As System.Boolean _
) 
public void SortField( 
   System.object oField,
   System.object oeSortDirection,
   System.bool bExtendSort
)
public: void SortField( 
   System.Object* oField,
   System.Object* oeSortDirection,
   System.bool bExtendSort
) 

Parameters

oField
integer index or string path to the field
oeSortDirection
string or enumerated value representing the direction for the records to be sorted
bExtendSort
Optional boolean value representing if the sort operation should be in addition to the existing sort.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also