PropertyConfiguration.IsSortable Method ()
Sets the property as sortable.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public PropertyConfiguration IsSortable()
public:
PropertyConfiguration^ IsSortable()
member IsSortable : unit -> PropertyConfiguration
Public Function IsSortable As PropertyConfiguration
Return Value
Type: System.Web.OData.Builder.PropertyConfiguration
Returns PropertyConfiguration.
See Also
PropertyConfiguration Class
System.Web.OData.Builder Namespace
Return to top