smartDBforms.NET API Reference

DataBindItem.GetSortedFKParentTable Method 

Returns the FKParentTable sorted by the caption column, according to the sort parameter.

[Visual Basic]
Public Function GetSortedFKParentTable( _
   ByVal sort As String _
) As DataView
[C#]
public DataView GetSortedFKParentTable(
   String sort
);

Parameters

sort
ASC or DESC or null. ASC ascending. DESC descending. In case of null the data is returned as is.

Return Value

See Also

DataBindItem Class | Adillis.SmartDBForms Namespace