AssociationProvider::GetSortExpression Method (ColumnProvider^)
.NET Framework (current version)
Returns the sort expression for the column that is represented by the association.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Parameters
- sortColumn
-
Type:
System.Web.DynamicData.ModelProviders::ColumnProvider^
The column to sort the entity by.
Return Value
Type: System::String^If IsSortable returns true, the sort expression for the column that is represented by the association; otherwise, null.
.NET Framework
Available since 3.5
Available since 3.5
Show: