The properties of System.Web.UI.WebControls.ObjectDataSourceView are listed below. For a list of all members, see the ObjectDataSourceView Members list.
See Also: Inherited members from System.Web.UI.DataSourceView
[read-only] override | CanDelete | bool.
Gets a value indicating whether the System.Web.UI.WebControls.ObjectDataSourceView object that is associated with the current System.Web.UI.WebControls.ObjectDataSource control supports the delete operation. |
[read-only] override | CanInsert | bool.
Gets a value indicating whether the System.Web.UI.WebControls.ObjectDataSourceView object that is associated with the current System.Web.UI.WebControls.ObjectDataSource control supports the insert operation. |
[read-only] override | CanPage | bool.
Gets a value indicating whether the System.Web.UI.WebControls.ObjectDataSourceView object that is associated with the current System.Web.UI.WebControls.ObjectDataSource control supports paging through the retrieved data. |
[read-only] override | CanRetrieveTotalRowCount | bool.
Gets a value indicating whether the System.Web.UI.WebControls.ObjectDataSourceView object that is associated with the current System.Web.UI.WebControls.ObjectDataSource control supports retrieving the total number of data rows, in addition to the set of data. |
[read-only] override | CanSort | bool.
Gets a value indicating whether the System.Web.UI.WebControls.ObjectDataSourceView object that is associated with the current System.Web.UI.WebControls.ObjectDataSource control supports a sorted view on the underlying data source. |
[read-only] override | CanUpdate | bool.
Gets a value indicating whether the System.Web.UI.WebControls.ObjectDataSourceView object that is associated with the current System.Web.UI.WebControls.ObjectDataSource control supports the update operation. |
ConflictDetection | System.Web.UI.ConflictOptions.
Gets or sets a value that determines how the System.Web.UI.WebControls.ObjectDataSource control performs updates and deletes when data in a row in the underlying data storage changes during the time of the operation. | |
ConvertNullToDBNull | bool.
Gets or sets a value indicating whether System.Web.UI.WebControls.Parameter values that are passed to an update, insert, or delete operation are automatically converted from null to the DBNull.Value value. | |
DataObjectTypeName | string.
Gets or sets the name of a class that the System.Web.UI.WebControls.ObjectDataSource control uses for a parameter in a data operation. The System.Web.UI.WebControls.ObjectDataSource control uses the specified class instead of the System.Web.UI.WebControls.Parameter objects that are in the various parameters collections. | |
DeleteMethod | string.
Gets or sets the name of the method or function that the System.Web.UI.WebControls.ObjectDataSourceView object invokes to delete data. | |
[read-only] | DeleteParameters | ParameterCollection.
Gets the parameters collection that contains the parameters that are used by the ObjectDataSourceView.DeleteMethod method. |
EnablePaging | bool.
Gets or sets a value indicating whether the data source control supports paging through the set of data that it retrieves. | |
FilterExpression | string.
Gets or sets a filtering expression that is applied when the business object method that is identified by the ObjectDataSourceView.SelectMethod property is called. | |
[read-only] | FilterParameters | ParameterCollection.
Gets a collection of parameters that are associated with any parameter placeholders that are in the ObjectDataSourceView.FilterExpression string. |
InsertMethod | string.
Gets or sets the name of the method or function that the System.Web.UI.WebControls.ObjectDataSourceView object invokes to insert data. | |
[read-only] | InsertParameters | ParameterCollection.
Gets the parameters collection that contains the parameters that are used by the ObjectDataSourceView.InsertMethod method. |
MaximumRowsParameterName | string.
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. | |
OldValuesParameterFormatString | string.
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 | string.
Gets or sets the name of the method or function that the System.Web.UI.WebControls.ObjectDataSourceView control invokes to retrieve a row count. | |
SelectMethod | string.
Gets or sets the name of the method or function that the System.Web.UI.WebControls.ObjectDataSourceView control invokes to retrieve data. | |
[read-only] | SelectParameters | ParameterCollection.
Gets the parameters collection containing the parameters that are used by the ObjectDataSourceView.SelectMethod method. |
SortParameterName | string.
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 | string.
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 | string.
Gets or sets the name of the class that the System.Web.UI.WebControls.ObjectDataSource control represents. | |
UpdateMethod | string.
Gets or sets the name of the method or function that the System.Web.UI.WebControls.ObjectDataSourceView object invokes to update data. | |
[read-only] | UpdateParameters | ParameterCollection.
Gets the parameters collection containing the parameters that are used by the ObjectDataSourceView.UpdateMethod method. |
[read-only] | IsTrackingViewState | bool.
Gets a value indicating whether the System.Web.UI.WebControls.ObjectDataSourceView object is saving changes to its view state. |