This documentation is archived and is not being maintained.
OrderByExpression Properties
Visual Studio 2010
The OrderByExpression type exposes the following members.
| Name | Description | |
|---|---|---|
|
Context | Gets the HttpContext instance of the owner control. (Inherited from DataSourceExpression.) |
|
DataField | Gets or sets the property of the IQueryable object to sort by. |
|
DataSource | Gets the data source object that is associated with the owner control. (Inherited from DataSourceExpression.) |
|
Direction | Gets and sets the sort direction of the IQueryable data source object. |
|
IsTrackingViewState | Gets a value that indicates whether a data source expression object is tracking its view state changes. (Inherited from DataSourceExpression.) |
|
Owner | Gets the owner control. (Inherited from DataSourceExpression.) |
|
ThenByExpressions | Gets or sets the collection of ThenBy expressions to apply after an OrderByExpression value is applied to the data source. |
|
ViewState | Gets an instance of the StateBag class that contains the current view state information. (Inherited from DataSourceExpression.) |
| Name | Description | |
|---|---|---|
|
IStateManager::IsTrackingViewState | When implemented by a class, gets a value that indicates whether a data source expression object is tracking its view state changes. (Inherited from DataSourceExpression.) |
Show: