ObjectDataSourceView Properties

(see also Protected Properties )
  Name Description
Public property CanDelete Gets a value indicating whether the ObjectDataSourceView object that is associated with the current ObjectDataSource control supports the delete operation.
Public property CanInsert Gets a value indicating whether the ObjectDataSourceView object that is associated with the current ObjectDataSource control supports the insert operation.
Public property CanPage Gets a value indicating whether the ObjectDataSourceView object that is associated with the current ObjectDataSource control supports paging through the retrieved data.
Public property 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.
Public property 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.
Public property CanUpdate Gets a value indicating whether the ObjectDataSourceView object that is associated with the current ObjectDataSource control supports the update operation.
Public property 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.
Public property 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.
Public property 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.
Public property DeleteMethod Gets or sets the name of the method or function that the ObjectDataSourceView object invokes to delete data.
Public property DeleteParameters Gets the parameters collection that contains the parameters that are used by the DeleteMethod method.
Public property EnablePaging Gets or sets a value indicating whether the data source control supports paging through the set of data that it retrieves.
Public property FilterExpression Gets or sets a filtering expression that is applied when the business object method that is identified by the SelectMethod property is called.
Public property FilterParameters Gets a collection of parameters that are associated with any parameter placeholders that are in the FilterExpression string.
Public property InsertMethod Gets or sets the name of the method or function that the ObjectDataSourceView object invokes to insert data.
Public property InsertParameters Gets the parameters collection that contains the parameters that are used by the InsertMethod method.
Public property 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.
Public property Name  Gets the name of the data source view. (inherited from DataSourceView)
Public property 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.
Public property SelectCountMethod Gets or sets the name of the method or function that the ObjectDataSourceView control invokes to retrieve a row count.
Public property SelectMethod Gets or sets the name of the method or function that the ObjectDataSourceView control invokes to retrieve data.
Public property SelectParameters Gets the parameters collection containing the parameters that are used by the SelectMethod method.
Public property 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.
Public property 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.
Public property TypeName Gets or sets the name of the class that the ObjectDataSource control represents.
Public property UpdateMethod Gets or sets the name of the method or function that the ObjectDataSourceView object invokes to update data.
Public property UpdateParameters Gets the parameters collection containing the parameters that are used by the UpdateMethod method.
Top

  Name Description
Protected property Events  Gets a list of event-handler delegates for the data source view. (inherited from DataSourceView)
Protected property IsTrackingViewState Gets a value indicating whether the ObjectDataSourceView object is saving changes to its view state.
Top

Community Additions

ADD
Show: