ObjectDataSourceView Properties
.NET Framework 2.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| CanDelete | Gets a value indicating whether the ObjectDataSourceView object that is associated with the current ObjectDataSource control supports the delete operation. |
| CanInsert | Gets a value indicating whether the ObjectDataSourceView object that is associated with the current ObjectDataSource control supports the insert operation. |
| CanPage | Gets a value indicating whether the ObjectDataSourceView object that is associated with the current ObjectDataSource control supports paging through the retrieved data. |
| CanRetrieveTotalRowCount | Gets a value indicating whether the ObjectDataSourceView object that is associated with the current ObjectDataSource control supports retrieving the total number of data rows, in addition to the set of data. |
| CanSort | Gets a value indicating whether the ObjectDataSourceView object that is associated with the current ObjectDataSource control supports a sorted view on the underlying data source. |
| CanUpdate | Gets a value indicating whether the ObjectDataSourceView object that is associated with the current ObjectDataSource control supports the update operation. |
| ConflictDetection | Gets or sets a value that determines how the ObjectDataSource control performs updates and deletes when data in a row in the underlying data storage changes during the time of the operation. |
| ConvertNullToDBNull | Gets or sets a value indicating whether Parameter values that are passed to an update, insert, or delete operation are automatically converted from a null reference (Nothing in Visual Basic) to the Value value. |
| DataObjectTypeName | Gets or sets the name of a class that the ObjectDataSource control uses for a parameter in a data operation. The ObjectDataSource control uses the specified class instead of the Parameter objects that are in the various parameters collections. |
| DeleteMethod | Gets or sets the name of the method or function that the ObjectDataSourceView object invokes to delete data. |
| DeleteParameters | Gets the parameters collection that contains the parameters that are used by the DeleteMethod method. |
| EnablePaging | Gets or sets a value indicating whether the data source control supports paging through the set of data that it retrieves. |
| FilterExpression | Gets or sets a filtering expression that is applied when the business object method that is identified by the SelectMethod property is called. |
| FilterParameters | Gets a collection of parameters that are associated with any parameter placeholders that are in the FilterExpression string. |
| InsertMethod | Gets or sets the name of the method or function that the ObjectDataSourceView object invokes to insert data. |
| InsertParameters | Gets the parameters collection that contains the parameters that are used by the InsertMethod method. |
| MaximumRowsParameterName | Gets or sets the name of the data retrieval method parameter that is used to indicate the number of records to retrieve for data source paging support. |
| Name | Gets the name of the data source view. (Inherited from DataSourceView.) |
| OldValuesParameterFormatString | Gets or sets a format string to apply to the names of the parameters for original values that are passed to the Delete or Update methods. |
| SelectCountMethod | Gets or sets the name of the method or function that the ObjectDataSourceView control invokes to retrieve a row count. |
| SelectMethod | Gets or sets the name of the method or function that the ObjectDataSourceView control invokes to retrieve data. |
| SelectParameters | Gets the parameters collection containing the parameters that are used by the SelectMethod method. |
| SortParameterName | Gets or sets the name of the data retrieval method parameter that is used to specify a sort expression for data source sorting support. |
| StartRowIndexParameterName | Gets or sets the name of the data retrieval method parameter that is used to indicate the integer index of the first record to retrieve from the results set for data source paging support. |
| TypeName | Gets or sets the name of the class that the ObjectDataSource control represents. |
| UpdateMethod | Gets or sets the name of the method or function that the ObjectDataSourceView object invokes to update data. |
| UpdateParameters | Gets the parameters collection containing the parameters that are used by the UpdateMethod method. |
| Name | Description | |
|---|---|---|
| Events | Gets a list of event-handler delegates for the data source view. (Inherited from DataSourceView.) |
| IsTrackingViewState | Gets a value indicating whether the ObjectDataSourceView object is saving changes to its view state. |
| Name | Description | |
|---|---|---|
| System.Web.UI.IStateManager.IsTrackingViewState | For a description of this member, see IsTrackingViewState. |
Reference
ObjectDataSourceView ClassSystem.Web.UI.WebControls Namespace
ObjectDataSource Class
DataSourceView
Other Resources
Consuming EventsCommunity Additions
ADD
Show: