This documentation is archived and is not being maintained.
MethodExpression Properties
Visual Studio 2010
The MethodExpression type exposes the following members.
| Name | Description | |
|---|---|---|
|
Context | Gets the HttpContext instance of the owner control. (Inherited from DataSourceExpression.) |
|
DataSource | Gets the data source object that is associated with the owner control. (Inherited from DataSourceExpression.) |
|
IgnoreIfNotFound | Gets or sets a value that indicates whether the expression should be ignored. |
|
IsTrackingViewState | Gets a value that indicates whether a data source expression object is tracking its view state changes. (Inherited from DataSourceExpression.) |
|
MethodName | Gets or sets the name of the method that contains a custom LINQ query. |
|
Owner | Gets the owner control. (Inherited from DataSourceExpression.) |
|
Parameters | Gets the parameters that are associated with this DataSourceExpression object. (Inherited from ParameterDataSourceExpression.) |
|
TypeName | Gets or sets the class whose method contains the custom query. |
|
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: