This documentation is archived and is not being maintained.
ObjectDataSourceView Properties
Visual Studio 2008
The ObjectDataSourceView type exposes the following members.
| Name | Description | |
|---|---|---|
|
CanDelete | Gets a value indicating whether the ObjectDataSourceView object that is associated with the current ObjectDataSource control supports the delete operation. (Overrides DataSourceView::CanDelete.) |
|
CanInsert | Gets a value indicating whether the ObjectDataSourceView object that is associated with the current ObjectDataSource control supports the insert operation. (Overrides DataSourceView::CanInsert.) |
|
CanPage | Gets a value indicating whether the ObjectDataSourceView object that is associated with the current ObjectDataSource control supports paging through the retrieved data. (Overrides DataSourceView::CanPage.) |
|
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. (Overrides DataSourceView::CanRetrieveTotalRowCount.) |
|
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. (Overrides DataSourceView::CanSort.) |
|
CanUpdate | Gets a value indicating whether the ObjectDataSourceView object that is associated with the current ObjectDataSource control supports the update operation. (Overrides DataSourceView::CanUpdate.) |
|
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 nullptr 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. |
|
Events | Gets a list of event-handler delegates for the data source view. (Inherited from DataSourceView.) |
|
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. |
|
IsTrackingViewState | Gets a value indicating whether the ObjectDataSourceView object is saving changes to its view state. |
|
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 | |
|---|---|---|
|
IStateManager::IsTrackingViewState | For a description of this member, see IsTrackingViewState. |
Show: